Skip to content

Commit fdf235d

Browse files
author
Oleksandr Dzhychko
committed
chore: comment why wagoid/commitlint-github-action is needed
1 parent fe4c892 commit fdf235d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dry-run-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
- uses: actions/checkout@v4
1111
with:
1212
fetch-depth: 0
13+
# Use this action to run commitlint because pre-commit does not run it in CI.
14+
# pre-commit probably does not run commitlint in CI because pre-commit can only run it in the `commit-msg` stage.
1315
- uses: wagoid/commitlint-github-action@v6
1416

1517
test-release:

0 commit comments

Comments
 (0)