Andrew McCallum
Andrew McCallum
I have a simple pre-commit hook that asks the user for the semantic version of their commit: ```javascript 'use strict'; const { exec } = require('child_process'); const { promisify }...
**Is your feature request related to a problem? Please describe.** It is unclear about what needs to be installed to get this library to work. The docs mention > Using...
### Describe a bug Action failing even when all tests and coverage has passed ### Expected behavior Would expect action to pass if test and code coverage have passed. ###...
* **I'm submitting a ...** [x] bug report [ ] feature request [ ] question about the decisions made in the repository [ ] question about how to use this...