Skip to content

Commit 8a4e2fb

Browse files
authored
feat: don't add husky on CI (#42)
1 parent a87af46 commit 8a4e2fb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/actions/js/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,15 @@ runs:
5151
if: ${{ ! inputs.mock-assets && steps.runner.outputs.result == 'npm' }}
5252
shell: bash
5353
run: npm install --prefer-offline --no-audit --progress=false --loglevel=error
54+
env:
55+
HUSKY: 0
5456

5557
- name: Install yarn dependencies
5658
if: ${{ ! inputs.mock-assets && steps.runner.outputs.result == 'yarn' }}
5759
shell: bash
5860
run: yarn install --immutable
61+
env:
62+
HUSKY: 0
5963

6064
- name: Get version
6165
id: version

0 commit comments

Comments
 (0)