Skip to content

Commit

Permalink
ci(node.js.yml): added linting to CI process
Browse files Browse the repository at this point in the history
Added linting to CI process and removed it from pre-commit hook.

ci #90
  • Loading branch information
alejandrosaenz117 committed Jul 11, 2020
1 parent ece6ffe commit 53f600c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm run lint
- run: npm ci
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
},
"husky": {
"hooks": {
"pre-commit": "npm run lint",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
Expand Down

0 comments on commit 53f600c

Please sign in to comment.