Skip to content

Commit

Permalink
chore(ci): disable husky in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
itsacoyote committed May 28, 2024
1 parent c87130c commit da0993f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches: [main, staging]
workflow_dispatch:

env:
HUSKY: 0
CI: true

jobs:
format:
name: code_format
Expand Down

0 comments on commit da0993f

Please sign in to comment.