jessesquires/ReactiveCollectionsKit

Setup Swiftlint on GitHub Actions to run on PRs

Opened this issue · 0 comments

Attempted at #113 using:

Unfortunately, that action only runs on linux. So it won't work for us.


We could implement a very basic version by just running ./scripts/lint.zsh.

SwiftLint is pre-installed on macOS runners.