diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml index 325641ca6..5e9f67cb6 100644 --- a/.github/workflows/lint-pr.yml +++ b/.github/workflows/lint-pr.yml @@ -28,4 +28,4 @@ jobs: npm install --no-save @commitlint/cli @commitlint/config-conventional @commitlint/config-nx-scopes nx - name: Check PR title - run: echo "${{ github.event.pull_request.title }}" | npx commitlint --config ./commitlint.config-ci.js + run: echo "${{ github.event.pull_request.title }}" | npx commitlint --config ./commitlint.config-ci.mjs