Skip to content

Add input/output files and implement solutions for various problems #24

Add input/output files and implement solutions for various problems

Add input/output files and implement solutions for various problems #24

Workflow file for this run

name: cppcheck-action
on: [push]
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}}
check_library: enable
skip_preprocessor: disable
enable: performance,missingInclude
inconclusive: enable
inline_suppression: disable
force_language: c++
force: enable
exclude_check: ./Archived
max_ctu_depth: 20
platform: win64
- name: publish report
uses: mikeal/publish-to-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_NAME: 'master' # your branch name goes here