mirror of
https://github.com/seemoo-lab/openhaystack.git
synced 2026-08-19 03:26:15 +00:00
Fixing an issue with swift-format. It has changed the command line arguments and was throwing an error otherwise
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user