We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0727a7 + 324660f commit 21252efCopy full SHA for 21252ef
.github/workflows/static_analysis.yml
@@ -113,7 +113,7 @@ jobs:
113
style: 'file'
114
tidy-checks: ''
115
# Use the compile_commands.json from CMake to locate headers
116
- database: ${{ github.workspace }}/src/build
+ database: ${{ github.workspace }}/build
117
# only 'update' a single comment in a pull request thread.
118
thread-comments: ${{ github.event_name == 'pull_request' && 'update' }}
119
- name: Fail fast?!
0 commit comments