Skip to content

#10 - Support for native Windows builds. #7

#10 - Support for native Windows builds.

#10 - Support for native Windows builds. #7

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