Skip to content

Commit

Permalink
SQUASH: use muxee/clang-tidy-action
Browse files Browse the repository at this point in the history
  • Loading branch information
spalmer25 committed Feb 29, 2024
1 parent 87990a6 commit f7a2e55
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions .github/workflows/cppcheck.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: c-linter
workflow "on pull request, lint with clang-tidy " {
on = "pull_request"
resolves = ["clang-tidy"]
}

on: [pull_request]
jobs:
c-linter:
name: c-linter
runs-on: ubuntu-latest
steps:
- name: c-linter
uses: smay1613/clang-tidy-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
action "clang-tidy" {
uses = "muxee/clang-tidy-action@master"
secrets = ["GITHUB_TOKEN"]

args = "-checks=*"
}

0 comments on commit f7a2e55

Please sign in to comment.