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 134b81e commit 2e3c6f4Copy full SHA for 2e3c6f4
2 files changed
.github/workflows/ci.yml
@@ -13,3 +13,6 @@ on:
13
jobs:
14
test:
15
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
16
+ with:
17
+ lint: true
18
+ license-check: true
package.json
@@ -9,7 +9,7 @@
9
"install": "node install.js",
10
"unit": "tap test.js",
11
"lint": "standard",
12
- "test": "npm run lint && npm run unit",
+ "test": "npm run unit",
"uninstall": "node uninstall.js"
},
"repository": {
0 commit comments