Skip to content

Commit

Permalink
ci workflow change for cppcheck
Browse files Browse the repository at this point in the history
MannyPeterson committed Nov 27, 2022
1 parent 5317c30 commit b64e2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/HeliOS_CI_Workflow.yml
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ jobs:
- name: Run Cppcheck...
shell: bash
run: |
cppcheck --verbose --language=c --platform=unix64 --max-ctu-depth=8 --cppcheck-build-dir=${{github.workspace}}/build --template="::{severity} file={file},line={line},col={column}::{message}" --enable=all --std=c89 -DPOSIX_ARCH_OTHER ${{github.workspace}}/src/
cppcheck --check-config --verbose --language=c --platform=unix64 --max-ctu-depth=8 --cppcheck-build-dir=${{github.workspace}}/build --template="::{severity} file={file},line={line},col={column}::{message}" --enable=all --std=c89 -DPOSIX_ARCH_OTHER ${{github.workspace}}/src/
- name: Install Doxygen and LaTeX...
shell: bash

0 comments on commit b64e2fd

Please sign in to comment.