chore: install nx scopes

This commit is contained in:
Matthew Russell
2024-02-27 18:19:07 +00:00
parent ff5f1c5505
commit 4d49294b59
+5
View File
@@ -22,5 +22,10 @@ jobs:
with:
node-version-file: '.nvmrc'
- name: Install dependencies
run: |
rm package.json
npm install --no-save @commitlint/cli@16.3.0 @commitlint/config-nx-scopes@17.4.2
- name: Check PR title
run: echo "${{ github.event.pull_request.title }}" | npx @commitlint/cli@16.3.0 --config ./commitlint.config-ci.js