Skip to content

Commit 06ae100

Browse files
committed
fix(ci-next): disable husky
1 parent 19b562e commit 06ae100

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/next.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/package-lock.json')) }}
6969
- name: Versioning
7070
env:
71+
HUSKY: 0
7172
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7273
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
7374
run: |

.husky/pre-push

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
export NVM_DIR="$HOME/.nvm"
44
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
55

6-
npx branch-name-lint .branchlintrc
6+
# npx branch-name-lint .branchlintrc

0 commit comments

Comments
 (0)