Skip to content

Commit ee9dc99

Browse files
committed
CI: stage before we run git-clang-format again
1 parent 9fd76bf commit ee9dc99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Run clang-format
2424
id: format
2525
run:
26-
while ! git clang-format origin/${{ github.base_ref }} ; do true ; done
26+
while ! git clang-format origin/${{ github.base_ref }} ; do git add . ; done
2727

2828
- name: Commit to the PR branch
2929
uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)