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