Skip to content

Commit e314431

Browse files
ci: added conventional commits
1 parent 7e714c5 commit e314431

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
# get all branches
2121
fetch-depth: 0
2222

23+
- name: Lint commit messages
24+
uses: wagoid/commitlint-github-action@v5
25+
2326
- name: Set up Python ${{ env.PYTHON_VERSION }}
2427
uses: actions/setup-python@v5
2528
with:
@@ -36,7 +39,6 @@ jobs:
3639
3740
- name: Run pre-commit
3841
run: |
39-
commitlint --from origin/${{ github.base_ref }} --to HEAD
4042
pre-commit run --all-files
4143
4244
tests:

0 commit comments

Comments
 (0)