Commit Graph

59 Commits (fd0ac3a6719b3d6280ce2e784ad370c8d10a6129)

Author SHA1 Message Date
saltycrys eb6d3d68a9
Run CI on `api-only` branch, too
TheFrenchGhosty c98c7d47db Better message for the Stale action
TheFrenchGhosty 194694a59b Replace the Stale bot with a Github action because it has been reported as dead
TheFrenchGhosty f4bb854372 Update the Stale bot config with a 1 month delay between mark and close
TheFrenchGhosty d04b8e2fc6 Add the Stale bot config
saltycrys 21c1450e4a
Run CI only once per change
saltycrys 2b6b0e62f4 Add shard caching to CI
saltycrys 0fa1567793
Display lint fixes on lint error
saltycrys 139017ba7c Switch to GitHub Actions for CI
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.