Skip to content

Commit c814da7

Browse files
committed
ci(workflows): set HUSKY=0 environment variable
1 parent a401f0d commit c814da7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
pull_request:
77
branches: [ main ]
88

9+
env:
10+
HUSKY: 0
911

1012
jobs:
1113
build:

.github/workflows/pr-preview.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
branches: [ main ]
66

7+
env:
8+
HUSKY: 0
9+
710
jobs:
811
preview:
912
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)