Skip to content

Add a label to show how many files are selected and how many are in t… #33

Add a label to show how many files are selected and how many are in t…

Add a label to show how many files are selected and how many are in t… #33

Workflow file for this run

name: Cppcheck
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install tools
run: |
sudo apt update
sudo apt --yes install cppcheck
- name: Static analysis
run: |
cppcheck --project=Duff.cppcheck --error-exitcode=1 --enable=warning,style