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 5cf856d commit ae99b67Copy full SHA for ae99b67
.github/workflows/test-library.yml
@@ -258,6 +258,14 @@ jobs:
258
working-directory: build
259
run: bash ${{ github.workspace }}/devel-tools/run_clang_tidy.sh &> clang-tidy.log
260
261
+ - name: Print clang-tidy errors to screen
262
+ if: failure()
263
+ working-directory: build
264
+ shell: bash
265
+ run: |
266
+ cat clang-tidy.log >&2
267
+ exit 1
268
+
269
- name: Archive warnings artifacts
270
uses: actions/upload-artifact@v4
271
if: failure()
0 commit comments