Skip to content

Commit

Permalink
ci: dont install husky hooks when installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Nov 12, 2023
1 parent a3b140a commit 388235b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/regen-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

- name: Install dependencies
run: yarn
env:
HUSKY: 0

- name: Generate data
run: node scripts/generate.mjs
Expand Down

0 comments on commit 388235b

Please sign in to comment.