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:TAGaction can be simulated locally with
golangci-lint run --enable-all