ssh_scan/.github/actions/setup-ruby-1.71.0/CONTRIBUTING.md

325 B

Contributing

Installing dependencies

$ yarn install

npm doesn't install the correct dependencies for eslint so we use yarn.

Regenerating dist/index.js

$ yarn run package

It is recommended to add this as a git pre-commit hook:

$ cp pre-commit .git/hooks/pre-commit