Integration of clang-tidy in CI #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |