Skip to content

More cleanup and fixes #337

More cleanup and fixes

More cleanup and fixes #337

Workflow file for this run

name: lint
on:
push:
pull_request:
jobs:
clang-tidy:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: dependencies
run: |
sudo apt install clang-tidy
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug
- name: clang-tidy
run: |
chmod +x lint.sh
./lint.sh