Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Jan 10, 2025
1 parent f175c83 commit a2a064f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: swift-format Format
working-directory: swift
run: |
swift format . --recursive --configuration .swift-format.json
swift format . --recursive --in-place --configuration .swift-format.json
git diff --exit-code
- name: swift-format Lint
Expand Down

0 comments on commit a2a064f

Please sign in to comment.