chore: add linter config and CI pipeline #20
Reference in New Issue
Block a user
Delete Branch "chore/linter-ci-pipeline"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
.golangci.ymlenabling errcheck, staticcheck, govet, gosec, ineffassign, unused.gitea/workflows/ci.yml— runsgo vet,go test -race, andgolangci-linton push/PRTest plan
golangci-lint run ./...— 0 issuesgo test ./...— all pass