Skip to content

Commit

Permalink
Add lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
westy92 committed May 8, 2024
1 parent f361f50 commit a566ac9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Build
run: go build -v ./...
- name: Lint
uses: golangci/golangci-lint-action@v6
- name: Test
run: go test -v -race ./... -covermode atomic -coverprofile coverage.out
- name: Upload coverage to Codecov
Expand Down

0 comments on commit a566ac9

Please sign in to comment.