Skip to content

Commit

Permalink
ci: skip husky install (#516)
Browse files Browse the repository at this point in the history
because of an issue with node 15 npm/cli#2033. In any case husky is not really helpful in CI
  • Loading branch information
marcosvega91 committed Dec 6, 2020
1 parent 68536fb commit 9f401e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validate.yml
Expand Up @@ -32,6 +32,8 @@ jobs:
uses: bahmutov/npm-install@v1
with:
useLockFile: false
env:
HUSKY_SKIP_INSTALL: true

- name: ▶️ Run validate script
run: npm run validate
Expand Down Expand Up @@ -59,6 +61,8 @@ jobs:
uses: bahmutov/npm-install@v1
with:
useLockFile: false
env:
HUSKY_SKIP_INSTALL: true

- name: 🏗️ Run build script
run: npm run build
Expand Down

0 comments on commit 9f401e8

Please sign in to comment.