Skip to content

Commit 262046d

Browse files
authored
Merge pull request RooCodeInc#1638 from RooVetGit/disable_husky_in_update_contributors
Disable husky when updating contributors
2 parents d1f69fd + 9bfd0c9 commit 262046d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update-contributors.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
node-version: '18'
2222
cache: 'npm'
2323

24+
- name: Disable Husky
25+
run: |
26+
echo "HUSKY=0" >> $GITHUB_ENV
27+
git config --global core.hooksPath /dev/null
28+
2429
- name: Install dependencies
2530
run: npm ci
2631

0 commit comments

Comments
 (0)