Skip to content

reformat

reformat #5

Workflow file for this run

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