Skip to content

Commit 2e3c6f4

Browse files
authored
activate lint and license-check for ci (#57)
1 parent 134b81e commit 2e3c6f4

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ on:
1313
jobs:
1414
test:
1515
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
16+
with:
17+
lint: true
18+
license-check: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"install": "node install.js",
1010
"unit": "tap test.js",
1111
"lint": "standard",
12-
"test": "npm run lint && npm run unit",
12+
"test": "npm run unit",
1313
"uninstall": "node uninstall.js"
1414
},
1515
"repository": {

0 commit comments

Comments
 (0)