Merge pull request #120 from bencooper222/patch-2

Add node dependency checker to utility list
This commit is contained in:
Gary Ewan Park 2019-05-10 07:47:47 +01:00 committed by GitHub
commit b2c28a5b7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Scan for secrets in your source code](https://github.com/cds-snc/github-actions/tree/master/seekret)
- [Review the licenses of your node dependencies](https://github.com/cds-snc/github-actions/tree/master/node-license-checker)
- [A GitHub Action to check your project's dependencies](https://github.com/iheanyi/licensed-action)
- [Check if package.json dependencies have changed](https://github.com/bencooper222/check-for-node-dep-changes/blob/master/README.md)
### Testing and Linting