diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml index 33d9aa593..7d521f3e9 100644 --- a/.github/workflows/lint-pr.yml +++ b/.github/workflows/lint-pr.yml @@ -25,7 +25,7 @@ jobs: - name: Install dependencies run: | rm package.json - npm install --no-save @commitlint/cli@16.3.0 @commitlint/config-nx-scopes@18.6.1 nx@17.1.2 + npm install --no-save @commitlint/cli@16.3.0 @commitlint/config-conventional@18.6.1 @commitlint/config-nx-scopes@18.6.1 nx@17.1.2 - name: Check PR title run: echo "${{ github.event.pull_request.title }}" | npx @commitlint/cli@16.3.0 --config ./commitlint.config-ci.js