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