From b083b6cc20ccb6dfb9b3aa331d1da225c3a7c2c3 Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Tue, 27 Feb 2024 17:13:17 +0000 Subject: [PATCH] fix: config file path in github action --- .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 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