scan src directory with cppcheck, instead of merely including it as a search path

This commit is contained in:
Fabian Greffrath 2022-10-19 08:18:37 +02:00
parent d24962241e
commit f3905ed5c1

View File

@ -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