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 #5629

Closed SimplyDanny closed 2 weeks 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.

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

SimplyDanny commented 2 weeks ago

Cannot run Danger from a fork branch due to https://github.com/danger/danger/issues/1103.