Fixing an issue with swift-format. It has changed the command line arguments and was throwing an error otherwise

This commit is contained in:
Alexander Heinrich
2021-11-04 09:20:54 +01:00
parent 204473c1cf
commit 599c24042d
+1 -1
View File
@@ -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