fix(ci): avoid husky during yarn install

This commit is contained in:
Tommaso Casaburi
2026-03-19 15:02:12 +08:00
parent da62c27180
commit 50301fb4e8
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -7,9 +7,6 @@ on:
branches: [development, master] branches: [development, master]
workflow_dispatch: workflow_dispatch:
env:
HUSKY: '0'
permissions: permissions:
contents: read contents: read
-3
View File
@@ -13,9 +13,6 @@ on:
tags: tags:
- 'v*' - 'v*'
env:
HUSKY: '0'
jobs: jobs:
preflight: preflight:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04