CI: all cppcheck calls on one line

This commit is contained in:
Fabian Greffrath 2022-11-17 21:32:00 +01:00
parent f73f189abb
commit df7a1d45bf

View File

@ -47,8 +47,7 @@ jobs:
- name: Run cppcheck - name: Run cppcheck
shell: bash shell: bash
run: | run: |
cppcheck --version cppcheck --version ; cppcheck --error-exitcode=1 -j4 -q --force -U_WIN32 -Isrc opl src setup textscreen
cppcheck --error-exitcode=1 -j4 -q --force -U_WIN32 -Isrc opl src setup textscreen
win64_msys2: win64_msys2:
runs-on: windows-latest runs-on: windows-latest