Skip to content

Commit

Permalink
Add suggest change action
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed May 22, 2024
1 parent 8db6a55 commit b4bf4dd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
run: |
sudo apt-get install clang-format-17
- name: Check Clang-Format on Diff
- name: Check clang-format on Diff
run: |
./clang-format-diff.sh ${{ github.base_ref }} ${{ github.ref }}
- name: Suggest changes from clang-format
if: github.event_name == 'pull_request'
uses: parkerbxyz/suggest-changes@v1
with:
comment: 'Please commit the suggested changes from clang-format.'

0 comments on commit b4bf4dd

Please sign in to comment.