update clang-tidy
All checks were successful
Bigfoot / Sonarqube (push) Successful in 57s
Bigfoot / Build & Test Debug (Unity Build: OFF) (push) Successful in 24s
Bigfoot / Build & Test Debug (Unity Build: ON) (push) Successful in 23s
Bigfoot / Build & Test RelWithDebInfo (Unity Build: OFF) (push) Successful in 23s
Bigfoot / Build & Test RelWithDebInfo (Unity Build: ON) (push) Successful in 24s
Bigfoot / Build & Test Release (Unity Build: OFF) (push) Successful in 18s
Bigfoot / Build & Test Release (Unity Build: ON) (push) Successful in 17s
Bigfoot / Clang Format Checks (push) Successful in 7s

This commit is contained in:
2026-01-30 16:30:13 +01:00
parent c2a82cc76f
commit 6c30582a3c
2 changed files with 3 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v6
with:
fetch-depth: 0
submodules: recursive
- name: Generate
@@ -28,7 +29,7 @@ jobs:
cmake -S . -B ./build/Debug --toolchain ./build/Debug/generators/conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_UNITY_BUILD=Debug -G "Ninja"
- name: Clang-Tidy
run: run-clang-tidy -p ./build/Debug/ >> tidy_result
run: run-clang-tidy -p ./build/Debug/ >> tidy_result.txt
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v7.0.0