Skip to content

Commit

Permalink
Add SwiftLint to the Danger workflow (it is no longer installed on th…
Browse files Browse the repository at this point in the history
…e runner).
  • Loading branch information
pixlwave committed Feb 5, 2025
1 parent fdf9f87 commit f635f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/danger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Setup environment
run:
brew install danger/tap/danger-swift
brew install danger/tap/danger-swift swiftlint

- name: Danger
run:
Expand Down

0 comments on commit f635f2a

Please sign in to comment.