diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml index 67c88b3d6df..13476beafe7 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