Skip to content

build(deps): bump github/super-linter in the github-actions group #13

build(deps): bump github/super-linter in the github-actions group

build(deps): bump github/super-linter in the github-actions group #13

Workflow file for this run

name: cppcheck-action-test
on: [push] # yamllint disable-line rule:truthy
jobs:
build:
name: cppcheck-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: cppcheck
uses: deep5050/cppcheck-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN}}
- name: cat report
run: |
cat cppcheck_report.txt