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

This commit is contained in:
2025-07-04 12:08:50 +02:00
parent 0d09282c9a
commit 2a75f9ec3c

View File

@@ -6,7 +6,7 @@ jobs:
runs-on: linepics runs-on: linepics
steps: steps:
- name: test - name: test
run: echo "${PATH}" run: whoami && echo "${PATH}"
- name: checkout repo - name: checkout repo
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: cppcheck - name: cppcheck