From fb3de948057f936790701791d8b93c4d6fb16148 Mon Sep 17 00:00:00 2001 From: Kareem Mahlees Date: Fri, 1 Mar 2024 14:13:23 +0200 Subject: [PATCH] =?UTF-8?q?fix(ci):=20fix=20installation=20of=20commitlint?= =?UTF-8?q?=20=F0=9F=92=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/lint.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 68eca03f..e312bb6c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -34,8 +34,7 @@ jobs: - name: Install commitlint run: | - pnpm add -w conventional-changelog-conventionalcommits - pnpm add -w commitlint@latest + pnpm add -w @commitlint/{cli,config-conventional} - name: Validate latest commit if: github.event_name == 'push' run: npx commitlint --from HEAD~1 --to HEAD --verbose