/golangci-lint

GitHub Action for interacting with GolangCI-Lint

Primary LanguageDockerfileMIT LicenseMIT

GitHub Action for golangci-lint

Wraps golangci-lint as a GitHub action

Inputs

golangci_lint_version

Release version tag of golangci-lint to install. Defaults to v1.13.

The default value should be in sync with Docker Hub latest.

args

Command and/or arguments to pass to golangci-lint. Defaults to run.

Example usage

- uses: actions/checkout@v2
- name: Run golangci-lint
  uses: actions-contrib/golangci-lint@v1

License

This project is open source software released under the MIT license.