We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c1610c commit 4118af1Copy full SHA for 4118af1
.github/workflows/release.yml
@@ -9,6 +9,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
9
10
env:
11
NODE_VERSION: 22
12
+ HUSKY: 0
13
14
jobs:
15
release:
.github/workflows/test.yml
@@ -2,6 +2,7 @@ name: Tests
2
3
4
5
6
7
on:
8
push:
0 commit comments