Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lnocturno committed Apr 28, 2023
1 parent 6a2c982 commit 27f62b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkpatch_pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
err=0
for commit in $commits; do
echo "Running checkpatch.pl for commit $commit"
echo "Running checkpatch.pl for commit $commit !"
echo "========================================"
git format-patch -1 --stdout $commit | ./checkpatch.pl --no-tree --show-types --ignore="${ignore_str// /,}" - || err=1
echo
Expand Down

0 comments on commit 27f62b6

Please sign in to comment.