Skip to content

Reintroduce CI, add Go modules support #8

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

daenney
Copy link

@daenney daenney commented Sep 11, 2023

Hiya! I've started using this library in a project so figured I'd send a small PR to fix a few things:

  • Add a go.mod
  • Update to using a current and supported linter
  • Move tests run on GitHub Actions as the Travis setup seems dead

The original gometalinter has been deprecated and archived by its owner.
The community has moved to golangci-lint for most cases.
@daenney daenney changed the title Housekeeping Reintroduce CI, add Go modules support Sep 11, 2023
@daenney
Copy link
Author

daenney commented Sep 11, 2023

You can see an actions run on my fork: daenney#2

This avoids it running twice and lets it run in parallel with the tests.
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.

1 participant