Skip to content

Dev

Dev #10

Workflow file for this run

name: ClangTidy
on: pull_request
jobs:
ClangTidy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ZedThree/[email protected]
id: review
with:
config_file: '.clang-tidy'
cmake_command: cmake . -D CMAKE_C_COMPILER=clang-18
- if: steps.review.outputs.total_comments > 0
run: exit 1