cppcheck
Some checks failed
Test And Build / Build (push) Failing after 2s
Test And Build / Lint (push) Successful in 3s

This commit is contained in:
2025-11-17 12:05:47 +01:00
parent a7c5f9413b
commit 0819c5fb12

View File

@@ -10,7 +10,7 @@ jobs:
- name: formatting - name: formatting
run: clang-format --style=file --Werror --dry-run src/*.cpp run: clang-format --style=file --Werror --dry-run src/*.cpp
- name: cppcheck - name: cppcheck
run: cppcheck --std=c++17 --addon=cert --addon=misc --error-exitcode=1 src/*.cpp run: cppcheck --std=c++17 --addon=misc --error-exitcode=1 src/*.cpp
Build: Build:
runs-on: linepics runs-on: linepics
steps: steps: