Skip to content

Commit 470a690

Browse files
committed
feat(commit-linting): added commit linting
1 parent 4fbd098 commit 470a690

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/commitlint.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
run: npm ci
2424

2525
- name: Lint commit messages
26-
run: |
27-
git fetch --no-tags origin main
28-
npx commitlint --from=origin/main --to=HEAD --verbose
26+
uses: wagoid/commitlint-github-action@v4
27+
with:
28+
from: origin/develop
29+
to: HEAD
30+
verbose: true
31+

0 commit comments

Comments
 (0)