Skip to content

Commit

Permalink
upgrade swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
fumito-ito committed Oct 16, 2022
1 parent 968649d commit f807142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Lint
run: |
brew install swift-format && swift-format lint -s -r Sources -r Tests
brew update && brew install swift-format && swift-format lint -s -r Sources -r Tests
- name: Build
run: swift build
Expand Down

0 comments on commit f807142

Please sign in to comment.