Skip to content

Commit

Permalink
Skip installing husky in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed May 4, 2021
1 parent 4e285ce commit 92c8423
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
npm ci
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: 1
HUSKY_SKIP_INSTALL: 1
- name: Prettier
run: |
npm run prettier:check
Expand Down

0 comments on commit 92c8423

Please sign in to comment.