Skip to content

Commit

Permalink
chore: comment why wagoid/commitlint-github-action is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Dzhychko committed May 27, 2024
1 parent fe4c892 commit fdf235d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dry-run-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
# Use this action to run commitlint because pre-commit does not run it in CI.
# pre-commit probably does not run commitlint in CI because pre-commit can only run it in the `commit-msg` stage.
- uses: wagoid/commitlint-github-action@v6

test-release:
Expand Down

0 comments on commit fdf235d

Please sign in to comment.