Skip to content

Commit

Permalink
chore: update linter
Browse files Browse the repository at this point in the history
  • Loading branch information
joekleinsorge authored Jun 26, 2023
1 parent fc03cf0 commit 6212405
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:

- name: Install golint
run: go install golang.org/x/lint/golint@latest

- name: Run golint
run: golint ./...


- uses: golangci/[email protected]
with:
args: "--out-${NO_FUTURE}format colored-line-number"

- name: Run tests
run: go test -race -vet=off ./...
run: go test -race -vet=off ./...

0 comments on commit 6212405

Please sign in to comment.