All contributions are welcome and greatly appreciated!
Check the
.node-version
file in the root of this repo so see what version of Node.js is required for local development - note, this can be different from the version of Node.js which runs the Action on GitHub runners
- Fork this repository
- Commit your changes
- Test your changes (learn how to test below)
- Open a pull request back to this repository
Make sure to run
npm run bundle
as your final commit! - Notify the maintainers of this repository for peer review and approval
- Merge!
The maintainers of this repository will create a new release with your changes so that everyone can use the new release and enjoy the awesome features of the auditor!
This project requires 100% test coverage
Simply run the following command to execute the entire test suite:
npm run test
Note: this requires that you have already run
npm install