fix: config file path in github action

This commit is contained in:
Matthew Russell
2024-02-27 17:13:17 +00:00
parent 8df0a2eceb
commit b083b6cc20
+1 -1
View File
@@ -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