Skip to content

no message

no message #1

Workflow file for this run

name: cppcheck
on: [push, pull_request]
jobs:
cpplint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: sudo apt install cppcheck
- run: cppcheck src/*.cpp src/*.h