Restore golangci-lint.
All checks were successful
Build & Test / Main (push) Successful in 13s

This commit is contained in:
Sam Fredrickson 2024-08-25 19:13:47 -07:00
parent 698984f2cb
commit 455d53286f

View File

@ -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 ./...