ci: fix YAML syntax in MISRA step (colon in unquoted run)
Validate / build-and-test (push) Failing after 1m9s

This commit is contained in:
Stefan Lohmaier
2026-05-11 22:02:00 -07:00
parent b401ab7558
commit 6bf378f76b
+2 -1
View File
@@ -31,7 +31,8 @@ jobs:
run: make static
- name: MISRA Check
run: make misra || echo "MISRA findings — review (Demo: nicht failing gesetzt)"
run: |
make misra || echo "MISRA findings present (Demo macht den Check non-failing)"
- name: Build + Unit Tests
run: make test