Skip to content

Commit

Permalink
brew install swift swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Aug 9, 2024
1 parent 60ea769 commit b72893b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/itinerant_swiftlint_on_demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
swiftlint_help:
runs-on: macos-latest
steps:
- run: brew install swift
- run: brew install swift swiftlint
- run: swiftlint help
- run: swiftlint help lint

Expand All @@ -27,7 +27,7 @@ jobs:
python-version: 3.x
- run: cat .swiftlint.yml || true
- run: mv .swiftlint.yml .swiftlint.yml.disabled || true
- run: brew install swiftlint
- run: brew install swift swiftlint
- run: swiftlint --fix --quiet && git diff
- run: swiftlint --quiet | tee swiftlint.out.txt
- name: Failing SwiftLint rules
Expand Down

0 comments on commit b72893b

Please sign in to comment.