Skip to content

Commit

Permalink
CI(clang-format): Use file filter mode for a second call
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Mar 6, 2024
1 parent 2969237 commit c6ad1e5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ jobs:
tool_name: clang-format
fail_on_error: true
cleanup: false
- name: Add file suggestions
uses: reviewdog/action-suggester@3d7fde6859623ad6174df5fd662677a0eb63310a # v1.11.0
with:
tool_name: clang-format
fail_on_error: true
filter_mode: file
cleanup: false
- uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
if: always()
with:
Expand Down

0 comments on commit c6ad1e5

Please sign in to comment.