Skip to content

Commit

Permalink
brew install homebrew/cask/swift swiftlint
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Clauss <[email protected]>
  • Loading branch information
cclauss authored Aug 9, 2024
1 parent 9d3aa3e commit 1c9bbc2
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 @@ -7,7 +7,7 @@ jobs:
name: Swift
runs-on: macos-latest
steps:
- run: brew install swift swiftlint
- run: brew install homebrew/cask/swift swiftlint
- uses: actions/checkout@v4
- run: swiftlint --version
- run: swiftlint --fix --quiet && git diff
Expand Down

0 comments on commit 1c9bbc2

Please sign in to comment.