in warnings will show job failed
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 23s
Python / lint-format (pull_request) Successful in 29s
Python / test (pull_request) Successful in 58s
Build (C++) / build (pull_request) Successful in 1m48s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m48s
Lint (C++) / lint (pull_request) Failing after 2m2s

This commit is contained in:
2026-06-29 01:07:09 +02:00
parent 55b73eea19
commit 2e2747ac04
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
run: cmake -B build -G Ninja -DENABLE_MODULES=plugin -DCMAKE_BUILD_TYPE=Release
- name: clang-tidy
continue-on-error: true
run: |
set -o pipefail
run-clang-tidy -p build -j $(nproc) -header-filter="Plugins/.*" 2>&1 | \
grep -v 'Suppressed\|non-user\|non-system\|unknown argument.*mno-direct'