From 5fb4e5124e6ac020000f704a5db7b81d937a3aa7 Mon Sep 17 00:00:00 2001 From: DevOps Bot Date: Thu, 25 Dec 2025 00:00:23 +0000 Subject: [PATCH] ci: pushing new workflows --- .github/workflows/commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index c0458a4..7727def 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -17,7 +17,7 @@ jobs: if [ -f package.json ]; then rm package*.json fi - npm install -g @commitlint/cli @commitlint/config-conventional + npm install -g --registry https://npm.yusufali.ca @commitlint/cli @commitlint/config-conventional if [ ! -f "commitlint.config.js" ]; then echo "module.exports = {extends: ['@commitlint/config-conventional']}" > commitlint.config.js fi