We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56864a commit 854780bCopy full SHA for 854780b
.github/workflows/build.yml
@@ -16,6 +16,8 @@ on:
16
jobs:
17
build:
18
runs-on: windows-latest
19
+ env:
20
+ HUSKY: 0 # don't run husky.net hooks
21
22
steps:
23
- name: Checkout code
.github/workflows/publish.yml
runs-on: ubuntu-latest
0 commit comments