mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 03:12:00 -04:00
CI: all cppcheck calls on one line
This commit is contained in:
parent
f73f189abb
commit
df7a1d45bf
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -47,8 +47,7 @@ jobs:
|
||||
- name: Run cppcheck
|
||||
shell: bash
|
||||
run: |
|
||||
cppcheck --version
|
||||
cppcheck --error-exitcode=1 -j4 -q --force -U_WIN32 -Isrc opl src setup textscreen
|
||||
cppcheck --version ; cppcheck --error-exitcode=1 -j4 -q --force -U_WIN32 -Isrc opl src setup textscreen
|
||||
|
||||
win64_msys2:
|
||||
runs-on: windows-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user