Skip to content

Integration of clang-tidy in CI #1

Integration of clang-tidy in CI

Integration of clang-tidy in CI #1

Workflow file for this run

name: clang-tidy-review
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ZedThree/[email protected]
id: review
with:
apt_packages: g++ libqt5opengl5-dev libqt5svg5-dev libglvnd-dev libeigen3-dev zlib1g-dev libfftw3-dev ninja-build
cmake_command: cmake . -DCMAKE_EXPORT_COMPILE_COMMANDS=on
- uses: ZedThree/clang-tidy-review/[email protected]
id: upload-review