Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Y.Hisaki <[email protected]>
  • Loading branch information
yhisaki committed Dec 13, 2024
1 parent fd36f9a commit 3827e39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions clang-tidy/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,3 +174,8 @@ runs:
with:
name: clang-tidy-result
path: /tmp/clang-tidy-result/

- name: Mark the workflow as failed if clang-tidy find an error
if: ${{ failure() }}
run: exit 1
shell: bash

0 comments on commit 3827e39

Please sign in to comment.