Skip to content

README update from #125 (#127) #98

README update from #125 (#127)

README update from #125 (#127) #98

Workflow file for this run

name: Cpp
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
cppcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup system dependencies
run: |
sudo apt-get update
sudo apt-get -y install cppcheck
- name: Run cppcheck
run: |
./misc/travis/cppcheck.sh