Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace Travis CI with GitHub Actions #350

Merged
merged 5 commits into from Jan 12, 2021

Commits on Jan 12, 2021

  1. Copy the full SHA
    74d0db9 View commit details
    Browse the repository at this point in the history
  2. CI: Fix indentation issue

    I used the GitHub tools, the online editor explained the format to me, and I searched the Web and saw this article: which explained it, too: https://docs.github.com/en/free-pro-team@latest/actions/guides/building-and-testing-ruby
    olleolleolle committed Jan 12, 2021
    Copy the full SHA
    05f19c6 View commit details
    Browse the repository at this point in the history
  3. CI: Refer to $default-branch

    This allows the default branch to be renamed without a hitch.
    olleolleolle committed Jan 12, 2021
    Copy the full SHA
    406932c View commit details
    Browse the repository at this point in the history
  4. CI: Refer to $matrix.os-latest

    I hope this will allow updates behind the scenes.
    olleolleolle committed Jan 12, 2021
    Copy the full SHA
    727fad9 View commit details
    Browse the repository at this point in the history
  5. CI: Allow more commits to trigger CI

    Both on PR and push.
    olleolleolle committed Jan 12, 2021
    Copy the full SHA
    e216846 View commit details
    Browse the repository at this point in the history