Skip to content

Commit 1f7a709

Browse files
committed
fix: Turn off pre-commit hooks for this.
1 parent 0288101 commit 1f7a709

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/housekeeping.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
- name: Install Dependencies
3131
run: npm ci
3232

33+
- name: Turn off pre-commit hooks
34+
run: git config --local core.hooksPath ""
35+
3336
- name: Generate Version PR
3437
run: npx -y tsx src/tools/bin/generate-version-pr.ts
3538
env:

0 commit comments

Comments
 (0)