We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8cdf3 commit 210eedaCopy full SHA for 210eeda
2 files changed
typescript/example/simpleTag.mjs
@@ -2,6 +2,7 @@
2
Used in GitHub Actions to validate commits.
3
*/
4
5
+// eslint-disable-line no-unused-vars
6
let Commit
7
let CommitValidator
8
let Result
typescript/package.json
@@ -15,7 +15,7 @@
15
"local-action": "npx @github/local-action . src/main.ts .env",
16
"package": "npx rimraf ./dist && npx rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
17
"package:watch": "npm run package -- --watch",
18
- "test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 npx jest",
+ "test": "NODE_OPTIONS=--experimental-vm-modules NODE_NO_WARNINGS=1 npx jest --passWithNoTests",
19
"all": "npm run format:write && npm run lint && npm run test && npm run package"
20
},
21
"repository": {
0 commit comments