fix: remove golangci-lint-action from PR workflow
All checks were successful
PR Check / check-and-test (pull_request) Successful in 1m42s

This commit is contained in:
2025-07-12 07:16:48 -05:00
parent 6f1158edeb
commit 0a73e46f90

View File

@@ -11,9 +11,5 @@ jobs:
with:
go-version-file: 'go.mod'
- run: go mod tidy
- uses: golangci/golangci-lint-action@main
with:
args: -D errcheck
version: latest
- run: go build ./...
- run: go test -race -v -shuffle=on ./...