Skip to content

Commit

Permalink
ci.yml: place checkpatch check in separate
Browse files Browse the repository at this point in the history
This doesn't need to run for all 3 architectures.

Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
mchehab committed Jul 19, 2024
1 parent 04ccd2c commit da8a811
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
./configure --enable-all
make
sudo make install
Ubuntu:
name: Source code check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: checkpatch
run:
./scripts/checkpatch.pl --terse --show-types --no-summary -f $(git ls-files|grep -E '\.[ch]$')

0 comments on commit da8a811

Please sign in to comment.