Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 711 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 711 Bytes

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.45.

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.