From a27a2a8788524350c38b4aea24ff9ec8af55b4c6 Mon Sep 17 00:00:00 2001 From: Gordsport <83510148+gordsport@users.noreply.github.com> Date: Tue, 6 Feb 2024 21:46:28 +0000 Subject: [PATCH] fix: remove unneeded dependancies --- .github/workflows/lint-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml index 67c88b3d6d..13476beafe 100644 --- a/.github/workflows/lint-pr.yml +++ b/.github/workflows/lint-pr.yml @@ -27,7 +27,7 @@ jobs: - name: Install dependencies run: | rm package.json - npm install --no-save @commitlint/cli @commitlint/config-conventional @commitlint/config-nx-scopes nx + npm install --no-save @commitlint/cli @commitlint/config-conventional - name: Check PR title run: echo "${{ github.event.pull_request.title }}" | npx commitlint --config ./.github/workflows/config/commitlint.config-ci.js