Skip to content

Commit

Permalink
ci: disable husky to save time
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Apr 4, 2024
1 parent 03db3dd commit 105fdac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: 'Install npm dependencies'
if: steps.cache-npm.outputs.cache-hit != 'true'
run: npm ci
run: HUSKY=0 npm ci

- name: 'Format'
run: npm run prettier:verify
Expand Down

0 comments on commit 105fdac

Please sign in to comment.