mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
ci: run check-c.yml on any C code change
test/ also contains source code and cppcheck checks it:
$ make cppcheck | grep 'Checking test/'
Checking test/appimage/main.c ...
Checking test/chroot/unchroot.c ...
Checking test/filters/namespaces.c ...
Checking test/seccomp-extra/memwrexe.c ...
So make sure that it is included in the CI trigger paths.
This commit is contained in:
parent
95f866e3c6
commit
f7e74772cf
1 changed files with 4 additions and 4 deletions
8
.github/workflows/check-c.yml
vendored
8
.github/workflows/check-c.yml
vendored
|
|
@ -8,9 +8,9 @@ on:
|
|||
branches-ignore:
|
||||
- 'dependabot/**'
|
||||
paths:
|
||||
- '**.c'
|
||||
- '**.h'
|
||||
- 'm4/**'
|
||||
- 'src/**.c'
|
||||
- 'src/**.h'
|
||||
- 'src/**.mk'
|
||||
- 'src/**Makefile'
|
||||
- .github/workflows/check-c.yml
|
||||
|
|
@ -22,9 +22,9 @@ on:
|
|||
- configure.ac
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.c'
|
||||
- '**.h'
|
||||
- 'm4/**'
|
||||
- 'src/**.c'
|
||||
- 'src/**.h'
|
||||
- 'src/**.mk'
|
||||
- 'src/**Makefile'
|
||||
- .github/workflows/check-c.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue