Skip to content

#9 - Github Workflows: Without report publishing II #3

#9 - Github Workflows: Without report publishing II

#9 - Github Workflows: Without report publishing II #3

Workflow file for this run

name: cppcheck-action
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
name: cppcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: cppcheck
uses: deep5050/cppcheck-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN}}
force: enable
inline_suppression: enable
enable: all
other_options: --template=gcc --suppress=unusedFunction --suppress=redundantAssignment --suppress=variableScope --suppress=missingInclude