Skip to content

Commit 77aa8ac

Browse files
FdawgsUzlopak
andauthored
ci: enable license checking, enable separate lint (#169)
* ci: enable license checking * run again with updated workflow, split lint from test script also use lint for workflow Co-authored-by: Uzlopak <[email protected]>
1 parent 7c4a520 commit 77aa8ac

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.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+
license-check: true
18+
lint: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"scripts": {
88
"coverage": "npm run unit -- --cov --coverage-report=html",
99
"lint": "standard | snazzy",
10-
"test": "npm run lint && npm run unit && npm run test:typescript",
10+
"test": "npm run unit && npm run test:typescript",
1111
"test:typescript": "tsd",
1212
"unit": "tap -J \"test/*.test.js\""
1313
},

0 commit comments

Comments
 (0)