Skip to content

Commit

Permalink
CI(clang-format): Remove file suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Mar 6, 2024
1 parent 92957ad commit fc74626
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,6 @@ 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
- name: Explain that more files need to be fixed
if: ${{ steps.verify-changed-files.outputs.files_changed == 'true' }}
run: |
Expand Down

0 comments on commit fc74626

Please sign in to comment.