jessesquires/ReactiveCollectionsKit
Setup Swiftlint on GitHub Actions to run on PRs
Aberta
#114 aberto em 25 de jun. de 2024
enhancementhelp wanted
Métricas do repositório
- Stars
- (191 estrelas)
- Métricas de merge de PR
- (Nenhuma PRs mesclada em 30d)
Description
Attempted at #113 using:
- https://github.com/marketplace/actions/github-action-for-swiftlint
- https://github.com/norio-nomura/action-swiftlint
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.