Gavin Chappell
Gavin Chappell
Since `$@` contains a filtered list of all `*.go` files that are staged for the commit, calling `go fmt` on them individually stops the error being thrown when trying to...
**Describe the bug** The `gofmt` check fails if Go code is stored in a subdirectory of the repository: ``` gofmt....................................................................Failed - hook id: gofmt - exit code: 1 go: cannot...
# Description Avoid logging the value of the `token` by removing it from the command line (which Ansible will output on failure) and into an environment variable (which will not...
### Summary As part of testing my fix for #238 I found that the runner is able to accept some parameters via environment variables rather than CLI arguments, which should...
# Description Restores correct behaviour of returning 100 (by default) GitHub Actions runners per page via the GitHub API Fixes: #238 ## Type of change - [x] Bug fix (non-breaking...