Skip to content

Commit

Permalink
Fixing an issue with swift-format. It has changed the command line ar…
Browse files Browse the repository at this point in the history
…guments and was throwing an error otherwise
  • Loading branch information
Sn0wfreezeDev committed Nov 4, 2021
1 parent 204473c commit 599c240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: "Install swift-format"
run: brew install swift-format
- name: "Run swift-format"
run: swift-format --recursive --mode lint .
run: swift-format lint --recursive .

format-objc:
runs-on: macos-latest
Expand Down

0 comments on commit 599c240

Please sign in to comment.