Skip to content

Commit

Permalink
ci: use golangci-lint-action
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatanabe committed Nov 30, 2023
1 parent 698251f commit 9d3b3f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
go-version: '^1.21' # The Go version to download (if necessary) and use.
- name: Build
run: go build -v ./...
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
- name: Test
run: go test -race -json -covermode=atomic -coverprofile=cover.out -p=10 ./... > result.json
- name: SonarCloud Scan
Expand Down

0 comments on commit 9d3b3f1

Please sign in to comment.