also check header files
Some checks failed
Test And Build / Lint (push) Successful in 3s
Test And Build / Build (push) Failing after 10s

This commit is contained in:
2025-07-04 14:37:43 +02:00
parent dc6d5c40b3
commit e0fa9ef3a9

View File

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