We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d89961 commit a334bc9Copy full SHA for a334bc9
.github/workflows/lint-pr-title.yml
@@ -17,7 +17,7 @@ jobs:
17
18
- name: Install commitlint
19
run: |
20
- pnpm i -D -w commitlint @commitlint/config-conventional
+ pnpm i -D commitlint @commitlint/config-conventional
21
22
- name: Validate PR title
23
run: echo "${{ github.event.pull_request.title }}" | pnpm dlx commitlint -x '@commitlint/config-conventional'
0 commit comments