mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Merge pull request #1638 from RooVetGit/disable_husky_in_update_contributors
Disable husky when updating contributors
This commit is contained in:
commit
262046d761
1 changed files with 5 additions and 0 deletions
5
.github/workflows/update-contributors.yml
vendored
5
.github/workflows/update-contributors.yml
vendored
|
|
@ -21,6 +21,11 @@ jobs:
|
|||
node-version: '18'
|
||||
cache: 'npm'
|
||||
|
||||
- name: Disable Husky
|
||||
run: |
|
||||
echo "HUSKY=0" >> $GITHUB_ENV
|
||||
git config --global core.hooksPath /dev/null
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue