We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e714c5 commit e314431Copy full SHA for e314431
.github/workflows/ci.yml
@@ -20,6 +20,9 @@ jobs:
20
# get all branches
21
fetch-depth: 0
22
23
+ - name: Lint commit messages
24
+ uses: wagoid/commitlint-github-action@v5
25
+
26
- name: Set up Python ${{ env.PYTHON_VERSION }}
27
uses: actions/setup-python@v5
28
with:
@@ -36,7 +39,6 @@ jobs:
36
39
37
40
- name: Run pre-commit
38
41
run: |
- commitlint --from origin/${{ github.base_ref }} --to HEAD
42
pre-commit run --all-files
43
44
tests:
0 commit comments