-
chore: add pre-commit config and update CI pipeline (#55)
ci/woodpecker/tag/docker Pipeline was successfulreleased this
2026-06-23 23:21:09 +10:00 Summary
- New
.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) - go vet runs as a local hook with
./...since the dnephin per-file hook doesn't work with Go module layouts - Woodpecker pre-commit pipeline updated to use
almalinux9-gobuilderimage withuvx pre-commit run --all-files - Pre-commit hooks installed into the repo
Reviewed-on: #55
Co-authored-by: Ben Vincent ben@unkin.net
Co-committed-by: Ben Vincent ben@unkin.netDownloads
- New