Skip to content

Commit 854780b

Browse files
committed
disable husky.net hooks in
1 parent c56864a commit 854780b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ on:
1616
jobs:
1717
build:
1818
runs-on: windows-latest
19+
env:
20+
HUSKY: 0 # don't run husky.net hooks
1921

2022
steps:
2123
- name: Checkout code

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ on:
1616
jobs:
1717
build:
1818
runs-on: ubuntu-latest
19+
env:
20+
HUSKY: 0 # don't run husky.net hooks
1921

2022
steps:
2123
- name: Checkout code

0 commit comments

Comments
 (0)