This action uses golangci-lint to check if code conforms with
the rules that are specified in .golangci.yml
file hosted in repository
None.
steps:
- name: Check out code
uses: actions/checkout@v2
- name: go-lint
uses: docker://ghcr.io/haproxytech/go-linter:TAG
action can be simulated locally with
golangci-lint run --enable-all