Skip to content

Commit

Permalink
Update cppcheck workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Feb 18, 2024
1 parent 86c19df commit 1d7074f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3,839 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,11 @@ jobs:
name: cppcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: cppcheck
uses: deep5050/cppcheck-action@main
uses: deep5050/cppcheck-action@v3.0
with:
github_token: ${{secrets.GITHUB_TOKEN}}


- name: publish report
uses: mikeal/publish-to-github-action@master
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
BRANCH_NAME: 'master'

- run: cmake -E cat cppcheck_report.txt
Loading

0 comments on commit 1d7074f

Please sign in to comment.