linting
golangci-lint to run in CI alongside GitHub Actions.
ci-github adds GitHub repository templates to your Go service for structured issue and PR workflows.
Use ci-github on any service hosted on GitHub to standardize how contributors report bugs, request features, and submit pull requests. Consistent templates reduce back-and-forth on incomplete reports.
Conflicts with: ci-gitlab
verikt new my-service --language go --cap ci-github# or add to an existing service:verikt add ci-githublinting
testing
pre-commit