Skip to content

Merge pull request #5 from ZigRazor/dependabot/github_actions/codecov… #13

Merge pull request #5 from ZigRazor/dependabot/github_actions/codecov…

Merge pull request #5 from ZigRazor/dependabot/github_actions/codecov… #13

Workflow file for this run

name: cppcheck-action-test
on:
push:
branches: [ main ]
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}}
- uses: actions/upload-artifact@v4
with:
name: cppcheck_report
path: cppcheck_report.txt