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 #89

Merged
merged 2 commits into from Oct 29, 2021

Commits on Oct 27, 2021

  1. Migrate from Travis CI to GitHub Actions

    Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
    kzys committed Oct 27, 2021
    Copy the full SHA
    c8fcbfb View commit details
    Browse the repository at this point in the history
  2. Fix or workarond lint issues

    This change mostly fixes golangci-lint's reported issues, except for
    
    - Renaming ObjectId, since it will break existing code
    - MapStructureHookFunc, since I'd like to separate larger refactoring
      from this commit.
    
    Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
    kzys committed Oct 27, 2021
    Copy the full SHA
    c984fbd View commit details
    Browse the repository at this point in the history