Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

add golint (and others) #57

Open
erzz opened this issue Jan 13, 2022 · 0 comments
Open

add golint (and others) #57

erzz opened this issue Jan 13, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@erzz
Copy link
Owner

erzz commented Jan 13, 2022

Below (taken from rpim-service-products) plus some reports?

Any other go related jobs?

The whole shebang of https://golangci-lint.run/usage/linters/ or pick n mix

lint:
    name: Code Lint
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v2

      - name: Setup Go environment
        uses: actions/setup-go@v2
        with:
          go-version: 1.16.3

      - name: Lint
        run: |
          go get -u golang.org/x/lint/golint
          golint ./...
@erzz erzz self-assigned this Jan 13, 2022
@erzz erzz added the enhancement New feature or request label Jan 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant