Skip to content

Add to hardcode it

Add to hardcode it #4

Workflow file for this run

name: cppcheck-action-test
on: [push]
jobs:
build:
name: cppcheck-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: cppcheck
uses: deep5050/cppcheck-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN}}
check_library: enable
other_options:
--addon=misra
--file-list="filecheck.md"
- name: Publish cppcheck result
uses: actions/upload-artifact@v2
with:
name: cppcheck-result
path: cppcheck_report.txt