Skip to content

Commit a334bc9

Browse files
committed
fix: remove workspace-root flag from pnpm install in lint-pr-title workflow
1 parent 6d89961 commit a334bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Install commitlint
1919
run: |
20-
pnpm i -D -w commitlint @commitlint/config-conventional
20+
pnpm i -D commitlint @commitlint/config-conventional
2121
2222
- name: Validate PR title
2323
run: echo "${{ github.event.pull_request.title }}" | pnpm dlx commitlint -x '@commitlint/config-conventional'

0 commit comments

Comments
 (0)