Skip to content

Commit e7410ac

Browse files
committed
ci: add --ignore-unparsable-files flag to swift-format workflow
1 parent 2ff23fc commit e7410ac

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/swift-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
rm -rf swift-format
4242
4343
- name: Format
44-
run: swift-format format --recursive --in-place Sources Tests
44+
run: swift-format format --ignore-unparsable-files --recursive --in-place Sources Tests
4545

4646
- uses: stefanzweifel/git-auto-commit-action@v7
4747
with:
File renamed without changes.

0 commit comments

Comments
 (0)