suppress warning
Some checks failed
Test And Build / Build (push) Failing after 2s
Test And Build / Lint (push) Failing after 2s

This commit is contained in:
2025-11-17 11:56:59 +01:00
parent 205eedbd88
commit a7c5f9413b

View File

@@ -7,10 +7,10 @@ jobs:
steps:
- name: checkout repo
uses: actions/checkout@v4
- name: cppcheck
run: 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
- name: cppcheck
run: cppcheck --std=c++17 --addon=cert --addon=misc --error-exitcode=1 src/*.cpp
Build:
runs-on: linepics
steps: