CI: skip external files for cppcheck
This commit is contained in:
1
.github/workflows/cppcheck.yml
vendored
1
.github/workflows/cppcheck.yml
vendored
@@ -39,6 +39,7 @@ jobs:
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
|
||||
python ../cppcheck/remove_external.py compile_commands.json
|
||||
|
||||
- name: Run cppcheck
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user