Skip to content

Commit 9fd76bf

Browse files
committed
CI: use one line
1 parent eef32f9 commit 9fd76bf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/clang-format.yml

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

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

0 commit comments

Comments
 (0)