build: Disable Husky hooks in CI/CD workflows and Dockerfile.

This commit is contained in:
abdullahalam123
2026-01-05 19:40:36 +05:30
parent 3d0b829af8
commit 38713ef563
3 changed files with 4 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
permissions:
contents: write
env:
HUSKY: 0
steps:
- name: Checkout code
uses: actions/checkout@v4