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 5c42791 commit b4bddb7Copy full SHA for b4bddb7
.github/workflows/clang-tidy.yml
@@ -84,3 +84,9 @@ jobs:
84
if: ${{ github.event.schedule != '' || github.event_name == 'workflow_dispatch' }}
85
run: |
86
cmake --build cmake.output --target run-clang-tidy-csa 2> /dev/null
87
+
88
+ - uses: actions/upload-artifact@v4
89
+ if: success() || failure()
90
+ with:
91
+ name: Compilation Database
92
+ path: ./cmake.output/compile_commands.json
0 commit comments