Skip to content

Commit

Permalink
fix cocinelle
Browse files Browse the repository at this point in the history
  • Loading branch information
vankoven committed Aug 30, 2024
1 parent a80834e commit 9012032
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: install code spell library
- name: install dependencies
run: |
sudo apt update
sudo apt install codespell
sudo apt install codespell coccinelle
- name: checkpatch
shell: bash
Expand All @@ -24,10 +24,7 @@ jobs:
- name: coccicheck
run: |
make -C /lib/modules/$(uname -r)/build V=1 \
C=2 CHECK=/lib/modules/$(uname -r)/build/scripts/coccicheck \
PYTHONHOME=/usr \
M=$PWD/src \
make -C /lib/modules/$(uname -r)/build \
C=2 CHECK=scripts/coccicheck \
M=$PWD/src MODE=report \
-j$(nproc) kmod/rex.o
# \
# | grep --line-buffered --color -E "WARNING|\$"

0 comments on commit 9012032

Please sign in to comment.