This commit is contained in:
parent
698984f2cb
commit
455d53286f
@ -19,8 +19,10 @@ jobs:
|
||||
with:
|
||||
go-version: 1.23.0
|
||||
-
|
||||
name: Go vet
|
||||
run: go vet ./...
|
||||
name: Run linter
|
||||
uses: golangci/golangci-lint-action@v3
|
||||
with:
|
||||
version: v1.60.3
|
||||
-
|
||||
name: Run tests
|
||||
run: go test ./...
|
||||
|
Loading…
Reference in New Issue
Block a user