retrieve code
Some checks failed
Example Action / Lint (push) Failing after 10s
Example Action / Build (push) Failing after 1s

This commit is contained in:
2025-07-04 11:41:28 +02:00
parent c44056176f
commit 47228b0b5b

View File

@ -5,6 +5,8 @@ jobs:
Lint:
runs-on: linepics
steps:
- name: checkout repo
uses: actions/checkout@v4
- name: cppcheck
run: ls -lash && cppcheck --std=c++17 --addon=cert --addon=misc --error-exitcode=1 src/*.cpp
- name: formatting
@ -12,5 +14,7 @@ jobs:
Build:
runs-on: linepics
steps:
- name: checkout repo
uses: actions/checkout@v4
- run: |
ls -lsah