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 99a37ea commit 0c6a616Copy full SHA for 0c6a616
.github/workflows/awesome_workflow.yml
@@ -36,7 +36,7 @@ jobs:
36
# compiling first gives clang-tidy access to all the header files and settings used to compile the programs.
37
# This will check for macros, if any, on linux and not for Windows. But the use of portability checks should
38
# be able to catch any errors for other platforms.
39
- run: cmake -B build -S . -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -j
+ run: cmake -B build -S . -DCMAKE_EXPORT_COMPILE_COMMANDS=ON
40
- name: Lint modified files
41
shell: bash
42
run: python3 scripts/file_linter.py
0 commit comments