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 19b562e commit 06ae100Copy full SHA for 06ae100
.github/workflows/next.yml
@@ -68,6 +68,7 @@ jobs:
68
key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/package-lock.json')) }}
69
- name: Versioning
70
env:
71
+ HUSKY: 0
72
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
74
run: |
.husky/pre-push
@@ -3,4 +3,4 @@
3
export NVM_DIR="$HOME/.nvm"
4
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
5
6
-npx branch-name-lint .branchlintrc
+# npx branch-name-lint .branchlintrc
0 commit comments