mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Use the GitHub-provided base ref for checkpatch testing
This commit is contained in:
2
.github/workflows/checkpatch.yml
vendored
2
.github/workflows/checkpatch.yml
vendored
@@ -14,4 +14,4 @@ jobs:
|
|||||||
touch spelling.txt
|
touch spelling.txt
|
||||||
- name: Checkpatch
|
- name: Checkpatch
|
||||||
run: |
|
run: |
|
||||||
make checkpatch CHECKPATCH=./checkpatch.pl
|
make checkpatch CHECKPATCH=./checkpatch.pl BASE_REF=${{ github.base_ref }}
|
||||||
|
|||||||
Reference in New Issue
Block a user