chore: add pre-commit config and update CI pipeline #55
Reference in New Issue
Block a user
Delete Branch "benvin/pre-commit-config"
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
.pre-commit-config.yamlwith standard Go hooks (gofmt, go vet, go mod tidy) plus file hygiene checks (trailing whitespace, end-of-file, yaml, large files, merge conflicts)./...since the dnephin per-file hook doesn't work with Go module layoutsalmalinux9-gobuilderimage withuvx pre-commit run --all-files