Run linting commands
Some checks failed
Example Action / Lint (push) Failing after 1s
Example Action / Build (push) Successful in 1s

This commit is contained in:
2025-07-04 11:34:19 +02:00
parent c0ac01b3d6
commit c44056176f

View File

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