summaryrefslogtreecommitdiffstats
path: root/.github (follow)
AgeCommit message (Collapse)Author
2020-12-03Run CI on `api-only` branch, toosaltycrys
2020-12-02Better message for the Stale actionTheFrenchGhosty
2020-12-02Replace the Stale bot with a Github action because it has been reported as deadTheFrenchGhosty
2020-12-02Update the Stale bot config with a 1 month delay between mark and closeTheFrenchGhosty
2020-12-02Add the Stale bot configTheFrenchGhosty
2020-12-02Run CI only once per changesaltycrys
2020-12-02Add shard caching to CIsaltycrys
2020-12-02Display lint fixes on lint errorsaltycrys
2020-12-01Switch to GitHub Actions for CIsaltycrys
Travis CI is slow, builds are first queued up forever and then the builds themselves are slow, too. GitHub Actions run pretty much immediately and are fast. Also separate jobs run at the same time unlike on Travis CI.