ci: fix YAML syntax in MISRA step (colon in unquoted run)
Validate / build-and-test (push) Failing after 1m9s
Validate / build-and-test (push) Failing after 1m9s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user