Travis CI's recent billing changes could affect this project. We moved away from GHA in #31 because our GH paid plan didn't include GHA. Apparently, it does now, so we could use it instead.
I had to disable the required checks requirement on branch protection for master because the Travis integration is now failing. Landing GHA for CI is becoming very important.
Travis CI's recent billing changes could affect this project. We moved away from GHA in #31 because our GH paid plan didn't include GHA. Apparently, it does now, so we could use it instead.
A potential inspiration for a modern GHA configuration: https://github.com/scallop/scallop/blob/develop/.github/workflows/ci.yml
We may be able to tackle #2 as a part of this…