Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
updating golint
  • Loading branch information
ChrisPates authored May 30, 2022
1 parent df1502b commit 7c68fcd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ jobs:
- name: Run staticcheck
run: staticcheck ./...

- name: Run Linting
uses: golangci/golangci-lint-action@v2
with:
version: v1.33.0
- name: Install golint
run: go install golang.org/x/lint/golint@latest

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

- name: Run Tests
run: go test -cover -p 1 -race -v ./...

0 comments on commit 7c68fcd

Please sign in to comment.