Skip to content

Commit

Permalink
cppcheck, 2nd attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertvanheusden committed Oct 10, 2024
1 parent 4e1f129 commit 55c667d
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions .github/workflows/cppcheck.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@
name: cppcheck-action-test
on: [push]
name: CPPCheck

on: [push]
jobs:
build:
name: cppcheck-test
linting:
name: cppcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: cppcheck
uses: deep5050/cppcheck-action@main
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'
- name: c-linter
uses: tonybaloney/cppcheck-action@master

0 comments on commit 55c667d

Please sign in to comment.