ci : remove tidy-review (#6021)

This commit is contained in:
slaren 2024-03-12 16:55:19 +01:00 committed by GitHub
parent 8030da7afe
commit 306d34be7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 43 deletions

View file

@ -1,23 +0,0 @@
name: clang-tidy-review
on:
pull_request:
branches:
- master
jobs:
clang-tidy-review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ZedThree/clang-tidy-review@v0.13.0
id: review
with:
lgtm_comment_body: ''
build_dir: build
cmake_command: cmake . -B build -DCMAKE_EXPORT_COMPILE_COMMANDS=on
split_workflow: true
- uses: ZedThree/clang-tidy-review/upload@v0.13.0