Skip to content

Commit

Permalink
try other cppcheck action
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmer25 committed Feb 28, 2024
1 parent cf58f85 commit 73eb5d6
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/lint-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,5 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: cppcheck
uses: chmorgan/cppcheck-action@main
env:
SOURCE_ROOT: src/
with:
github_token: ${{ secrets.GITHUB_TOKEN}}
enable: warning
force_language: c
other_options: "--addon=misra.json"
- name: c-linter
uses: tonybaloney/cppcheck-action@master

0 comments on commit 73eb5d6

Please sign in to comment.