Skip to content

chore: add context in itf #183

chore: add context in itf

chore: add context in itf #183

Workflow file for this run

name: Cpp
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
cppcheck:
runs-on: ubuntu-22.04
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