aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/checkpatch.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/checkpatch.yml b/.github/workflows/checkpatch.yml
index 00d1d71..11f4271 100644
--- a/.github/workflows/checkpatch.yml
+++ b/.github/workflows/checkpatch.yml
@@ -23,10 +23,4 @@ jobs:
sudo apt-get install patchutils python3-ply python3-git
- name: Run checkpatch
run: |
- git diff --patch FETCH_HEAD \
- | filterdiff \
- -x "a/src/jtag/drivers/libjaylink/*" \
- -x "a/tools/git2cl/*" \
- -x "a/.github/*" \
- -x "a/HACKING" \
- | ./tools/scripts/checkpatch.pl --no-signoff -
+ ./tools/scripts/checkpatch.pl --no-signoff --git FETCH_HEAD..HEAD