change(CI): verify clang-tidy config before running

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle committed 2026-04-03 16:42:45 +05:00
1 parent 156b7f365e
commit d2eae3b072
1 file changed
+1 -1
+1 -1
View File
@@ -49,5 +49,5 @@ jobs:
BASE_REF: ${{ github.event.pull_request.base.sha || github.event.merge_group.base_sha }}
run: |
nix develop --command bash -c '
git diff -U0 --no-color "$BASE_REF" | clang-tidy-diff.py -p1
clang-tidy -verify-config && git diff -U0 --no-color "$BASE_REF" | clang-tidy-diff.py -p1
'