Wraps golangci-lint as a GitHub action
Release version tag of golangci-lint
to install. Defaults to v1.45
.
The default value should be in sync with Docker Hub latest.
Command and/or arguments to pass to golangci-lint
. Defaults to run
.
- uses: actions/checkout@v2
- name: Run golangci-lint
uses: actions-contrib/golangci-lint@v1
This project is open source software released under the MIT license.