realm / SwiftLint

A tool to enforce Swift style and conventions.
https://realm.github.io/SwiftLint
MIT License
18.45k stars 2.2k forks source link

Temporarily run builds as GitHub actions #5630

Closed SimplyDanny closed 1 week ago

SimplyDanny commented 2 weeks ago

Our build machines currently require some maintenance. During this time, all PRs are blocked. This change moves the builds to GitHub actions so that we get at least successful builds even though the performance results should not be trusted. We need to decide per change if it could have a performance impact and then rather wait until the more reliable build machines are back.

Due to an issue in Danger this only works for local branches. Fork PRs won't succeed.

The commit changing the build scripts can just be reverted once the physical build machines are working again.

github-actions[bot] commented 2 weeks ago
1 Warning
:warning: This PR may need tests.
1 Message
:book: Skipping OSSCheck because SwiftLint hasn't changed compared to 'main'

Generated by :no_entry_sign: Danger