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 CI to GitHub Actions #135

Merged
merged 2 commits into from Sep 22, 2023
Merged

Migrate CI to GitHub Actions #135

merged 2 commits into from Sep 22, 2023

Conversation

y-yagi
Copy link
Contributor

@y-yagi y-yagi commented Sep 22, 2023

It seems that this project used Travis-CI, but it doesn't work now. This PR migrates the CI to GitHub Actions to run tests per PRs.

This PR did the following

  • Run tests on GitHub Actions.
  • Run gofmt and go vet on GitHub Actions.
  • Remove golint because it's deprecated.
  • Bump the Go version that is used on CI
  • Fix the format issues by gofmt -w

@h2non h2non merged commit 3ce14a5 into h2non:master Sep 22, 2023
@y-yagi y-yagi deleted the fix-ci branch September 24, 2023 08:09
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.

None yet

2 participants