check c files
Some checks failed
Test And Build / Lint (push) Failing after 9s
Test And Build / Build (push) Successful in 4s

This commit is contained in:
2025-07-04 14:47:00 +02:00
parent 5bcf49d810
commit 398e36211b

View File

@ -8,7 +8,7 @@ jobs:
- name: checkout repo
uses: actions/checkout@v4
- 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 ./*.c
Build:
runs-on: linepics
steps: