Skip to content

Commit

Permalink
activate lint and license-check for ci (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak authored Jul 26, 2022
1 parent 134b81e commit 2e3c6f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ on:
jobs:
test:
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
with:
lint: true
license-check: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"install": "node install.js",
"unit": "tap test.js",
"lint": "standard",
"test": "npm run lint && npm run unit",
"test": "npm run unit",
"uninstall": "node uninstall.js"
},
"repository": {
Expand Down

0 comments on commit 2e3c6f4

Please sign in to comment.