migrate fpb-lint from travisci to gh actions#5186
migrate fpb-lint from travisci to gh actions#5186eshellman merged 1 commit intoEbookFoundation:masterfrom
Conversation
|
can we hold off on removing travis-ci until we have enough experience to see that
|
|
was tested here: borgified#8 |
|
travis-ci and gh-actions-lint run on both push and pull-request; shouldn't it be the same for gh actions? |
|
i think they both run on pull_request based on what ive seen on a few randomly selected PRs. (eg. https://github.com/EbookFoundation/free-programming-books/pull/5188/checks) as configured, it will re-check if a change is made to the pull request. |
|
i'm just comparing the config files for the linter action and the link-check action and not that the "on" parameter is different. I've not so much as read the actions documentation, though. |
|
merged, but restored the travis config so we can compare results and not confuse folks before documentation has changed |
What does this PR do?
migrate the fpb-lint automation running on travisci to github actions