We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa74e0e commit ea5c744Copy full SHA for ea5c744
package.json
@@ -24,7 +24,7 @@
24
"lint": "eslint --ext js --ext jsx src/ test/",
25
"lint:fix": "npm run lint -- --fix",
26
"test": "nyc mocha --forbid-only \"test/**/*.test.js\"",
27
- "posttest": "eslint --ignore-path .gitignore . && npm audit --audit-level=moderate"
+ "posttest": "eslint --ignore-path .gitignore ."
28
},
29
"dependencies": {
30
"@actions/core": "^1.0.0",
0 commit comments