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

Add CI running on GitHub Actions #17

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

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    9a015da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd2d386 View commit details
    Browse the repository at this point in the history
  3. Add initial configuration for golangci-lint

    Linters which produce false positives are disabled.
    
    We have known errors to fix, so for now the linter result is marked as
    non-blocking (continue-on-error: true).
    dolmen committed May 12, 2022
    Configuration menu
    Copy the full SHA
    2aca837 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. CI: do not fail on golangci-lint errors

    We have to fix errors before enabling strong failures.
    dolmen committed May 16, 2022
    Configuration menu
    Copy the full SHA
    c41c99f View commit details
    Browse the repository at this point in the history
  2. CI: disable tests on Windows

    Tests do not pass on Windows.
    dolmen committed May 16, 2022
    Configuration menu
    Copy the full SHA
    581eebf View commit details
    Browse the repository at this point in the history