Skip to content

Commit 43829fd

Browse files
committed
ci: add --ignore-unparsable-files flag to swift-format workflow
1 parent b5d1a38 commit 43829fd

File tree

1 file changed

+1
-1
lines changed

1 file 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:

0 commit comments

Comments
 (0)