We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d49fff commit 52be9e6Copy full SHA for 52be9e6
.github/workflows/cpp.yml
@@ -86,5 +86,5 @@ jobs:
86
set -o pipefail
87
find . -name compile_commands.json -type f | while IFS= read -r file; do
88
dir=$(dirname "$file");
89
- run-clang-tidy-19 -p "$dir" -quiet
+ run-clang-tidy-19 -p "$dir" -j$(nproc) -quiet
90
done
0 commit comments