Skip to content

Commit e743eb0

Browse files
committed
CI: use one line
1 parent dfa31b2 commit e743eb0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/clang-format.yml

+1-4
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)