Skip to content

Commit

Permalink
fix: correct paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gordsport committed Feb 6, 2024
1 parent 08111cd commit 0b4de08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version-file: '.github/config/.nvmrc'
node-version-file: '.github/workflows/config/.nvmrc'

- name: Install dependencies
run: |
rm package.json
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 ./.github/config/commitlint.config-ci.js
run: echo "${{ github.event.pull_request.title }}" | npx commitlint --config ./.github/workflows/config/commitlint.config-ci.js

0 comments on commit 0b4de08

Please sign in to comment.