Skip to content

Commit 24f5b0e

Browse files
author
Oleksandr Dzhychko
authored
Merge pull request #653 from modelix/dependabot/github_actions/wagoid/commitlint-github-action-6
build(deps): bump wagoid/commitlint-github-action from 5 to 6
2 parents d870867 + fdf235d commit 24f5b0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
- uses: actions/checkout@v4
1111
with:
1212
fetch-depth: 0
13-
- uses: wagoid/commitlint-github-action@v5
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.
15+
- uses: wagoid/commitlint-github-action@v6
1416

1517
test-release:
1618
name: Dry-run semantic-release

0 commit comments

Comments
 (0)