jessesquires/ReactiveCollectionsKit
Setup Swiftlint on GitHub Actions to run on PRs
开放
#114 创建于 2024年6月25日
enhancementhelp wanted
仓库指标
- 星标
- (191 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
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.