Skip to content

Commit

Permalink
ci.yml: run checkpatch when doing tests
Browse files Browse the repository at this point in the history
That helps detecting new problems at the code.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
  • Loading branch information
mchehab committed Jul 19, 2024
1 parent b8c482a commit 04ccd2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ jobs:
./configure --enable-all
make
sudo make install
- name: checkpatch
run:
./scripts/checkpatch.pl --terse --show-types --no-summary -f $(git ls-files|grep -E '\.[ch]$')

0 comments on commit 04ccd2c

Please sign in to comment.