exercism / fortran

Exercism exercises in Fortran.

Home Page:https://exercism.org/tracks/fortran

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moving from Travis to GitHub Actions

ErikSchierboom opened this issue Β· comments

Hello πŸ™‚

Over the last few months we've been transferring all our CI from Travis to GitHub Actions (GHA). We've found that GHA are easier to work with, more reliable, and much much faster.

Based on our success with GHA and increasing intermittent failures on Travis, we have now decided to try and remove Travis from Exercism's org altogether and shift everything to GHA. This issue acts as a call to action if your track is still using Travis.

For most CI checks this should be a transposing from Travis' syntax to GHA syntax, and hopefully quite straightforward (see this PR for an example). However, if you do encounter any issues doing this, please ask on Slack where lots of us now have experience with GHA, or post a comment here and I'll tag relevant people. This would also make a good Hacktoberfest issue for anyone interested in making their first contribution πŸ™‚

If you've already switched this track to GHA, please feel free to close this issue and ignore it.

Thanks!

We now have a really nice document and some starting workflows that you can use to help switch to GitHub Actions: https://github.com/exercism/problem-specifications/tree/master/workflows#workflow-templates