We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d070922 commit a203e5aCopy full SHA for a203e5a
1 file changed
.github/workflows/clang-tidy.yml
@@ -79,7 +79,7 @@ jobs:
79
- name: Clang-Tidy
80
if: ${{ github.event.schedule == '' && github.event_name != 'workflow_dispatch' }}
81
run: |
82
- cmake --build cmake.output --target run-clang-tidy 2> /dev/null
+ cmake --build cmake.output --target run-clang-tidy
83
84
- name: Clang Static Analyzer
85
if: ${{ github.event.schedule != '' || github.event_name == 'workflow_dispatch' }}
0 commit comments