We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe4c892 commit fdf235dCopy full SHA for fdf235d
.github/workflows/dry-run-release.yml
@@ -10,6 +10,8 @@ jobs:
10
- uses: actions/checkout@v4
11
with:
12
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.
15
- uses: wagoid/commitlint-github-action@v6
16
17
test-release:
0 commit comments