Skip to content

Commit 21f4b7b

Browse files
yarn add -D @commitlint/cli
1 parent 8b22a32 commit 21f4b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/commit-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
- uses: actions/setup-node@v3
1717
with:
1818
node-version: 18
19-
- run: yarn add @commitlint/cli
19+
- run: yarn add -D @commitlint/cli
2020
- run: npx commitlint --from HEAD~${{ github.event.pull_request.commits }} --to HEAD

0 commit comments

Comments
 (0)