Skip to content

Commit

Permalink
chore(ci): disable husky git hooks install
Browse files Browse the repository at this point in the history
  • Loading branch information
relu91 committed Apr 12, 2024
1 parent b9017af commit e40bd3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
branches: [master]
workflow_dispatch:

# https://docs.github.com/en/actions/learn-github-actions/variables
env:
HUSKY: 0

jobs:
setup-and-test:
name: Tests (${{ matrix.os }}, Node ${{ matrix.node-version }})
Expand Down

0 comments on commit e40bd3c

Please sign in to comment.