Skip to content

Commit

Permalink
SQUASH: use tonybaloney/cppcheck-action
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmer25 committed Feb 29, 2024
1 parent cec13cc commit 90d2557
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
name: cppcheck
on: [pull_request]
name: linting

on: [pull_request]
jobs:
cppchceck:
linting:
name: cppcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
persist-credentials: false
- uses: linuxdeepin/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.repository }}
pull_request_id: ${{ github.event.pull_request.number }}
allow_approve: false
- name: c-linter
uses: tonybaloney/cppcheck-action@master

0 comments on commit 90d2557

Please sign in to comment.