.github/workflows: check git revisions instead of a diff
When running on diff, Checkpatch ignores `Checkpatch-ignore` directives in the commit message. Change-Id: Ib296d5e972408973fb381fafc51f59569a01d1f0 Signed-off-by: Evgeniy Naydanov <evgeniy.naydanov@syntacore.com>
This commit is contained in:
parent
40cda81e8b
commit
ff9736cc3c
|
@ -23,10 +23,4 @@ jobs:
|
||||||
sudo apt-get install patchutils python3-ply python3-git
|
sudo apt-get install patchutils python3-ply python3-git
|
||||||
- name: Run checkpatch
|
- name: Run checkpatch
|
||||||
run: |
|
run: |
|
||||||
git diff --patch FETCH_HEAD \
|
./tools/scripts/checkpatch.pl --no-signoff --git FETCH_HEAD..HEAD
|
||||||
| filterdiff \
|
|
||||||
-x "a/src/jtag/drivers/libjaylink/*" \
|
|
||||||
-x "a/tools/git2cl/*" \
|
|
||||||
-x "a/.github/*" \
|
|
||||||
-x "a/HACKING" \
|
|
||||||
| ./tools/scripts/checkpatch.pl --no-signoff -
|
|
||||||
|
|
Loading…
Reference in New Issue