We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71e5f9f commit f3ae180Copy full SHA for f3ae180
.github/workflows/eslint.yml
@@ -27,3 +27,5 @@ jobs:
27
yarn --version
28
yarn install && npx eslint webserver.js
29
printf "\n[INFO] - Done running eslint checks but with "new-cap" rule disabled, exiting ..."
30
+# TODO: Chore: Add a stage to run yarn audit before installing packages.
31
+# TODO: Chore: Add Snyk dependency scanning locally + repo.
0 commit comments