Skip to content

Commit 0de1401

Browse files
remove commitlint
1 parent 5500ea4 commit 0de1401

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ jobs:
2424
with:
2525
fetch-depth: 0 # gives the commit message linter access to all previous commits
2626

27-
- name: Commit lint
28-
if: ${{ matrix.python == '3.8' && github.ref == 'refs/heads/master' }}
29-
uses: wagoid/commitlint-github-action@v4
30-
3127
- uses: actions/setup-python@v3
3228
with:
3329
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)