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

Migrate from Travis-CI to GitHub actions. #46

Merged
merged 3 commits into from
Dec 10, 2020
Merged

Conversation

robshakir
Copy link
Contributor

 * (D) .travis.yml
  - Disable travis-ci.
 * (A) .github/workflows/go.yml
  - Ensure that any Go files within the project are tested. This
    covers the tests that are added directly within the project.
 * (A) .github/workflows/linter.yml
  - Use the GitHub "super-linter" to lint stuff!

 * (D) .travis.yml
  - Disable travis-ci.
 * (A) .github/workflows/go.yml
  - Ensure that any Go files within the project are tested. This
    covers the tests that are added directly within the project.
 * (A) .github/workflows/linter.yml
  - Use the GitHub "super-linter" to lint stuff!
@robshakir robshakir merged commit 2098991 into master Dec 10, 2020
@robshakir
Copy link
Contributor Author

Thanks Wen!

@marcushines marcushines deleted the github-actions branch October 25, 2022 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants