mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-23 03:52:12 -04:00
scan src directory with cppcheck, instead of merely including it as a search path
This commit is contained in:
parent
d24962241e
commit
f3905ed5c1
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
- name: Run cppcheck
|
||||
shell: bash
|
||||
run: |
|
||||
cppcheck --error-exitcode=1 -q -U_WIN32 -Isrc opl setup textscreen
|
||||
cppcheck --error-exitcode=1 -q -U_WIN32 -Isrc opl src setup textscreen
|
||||
|
||||
win64_msys2:
|
||||
runs-on: windows-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user