Skip to content

Commit 61021b6

Browse files
committed
Fix Format workflow
1 parent c41e1fc commit 61021b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Format
19-
run: swiftformat
19+
run: swiftformat .
2020
- uses: stefanzweifel/git-auto-commit-action@v4
2121
with:
2222
commit_message: Run SwiftFormat

0 commit comments

Comments
 (0)