File tree Expand file tree Collapse file tree 5 files changed +1
-13
lines changed Expand file tree Collapse file tree 5 files changed +1
-13
lines changed Original file line number Diff line number Diff line change 2525 - name : Install dependencies
2626 if : steps.deps-cache.outputs.cache-hit != 'true'
2727 shell : bash
28- run : npm install
28+ run : HUSKY=0 npm install
2929
3030 - name : Cache node modules
3131 if : steps.deps-cache.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ name: Code Style
33on :
44 - workflow_call
55
6- env :
7- HUSKY : 0
8-
96jobs :
107 lint :
118 name : Lint
Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ name: Commit Lint
33on :
44 - workflow_call
55
6- env :
7- HUSKY : 0
8-
96jobs :
107 commit-lint :
118 name : Validate PR commits with commitlint
Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ concurrency:
99 group : ${{ github.workflow }}-${{ github.ref }}
1010 cancel-in-progress : true
1111
12- env :
13- HUSKY : 0
14-
1512jobs :
1613 commit-lint :
1714 name : Commit Lint
Original file line number Diff line number Diff line change @@ -3,9 +3,6 @@ name: Test
33on :
44 - workflow_call
55
6- env :
7- HUSKY : 0
8-
96jobs :
107 test :
118 name : Test and report coverage
You can’t perform that action at this time.
0 commit comments