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 5500ea4 commit 0de1401Copy full SHA for 0de1401
.github/workflows/ci.yml
@@ -24,10 +24,6 @@ jobs:
24
with:
25
fetch-depth: 0 # gives the commit message linter access to all previous commits
26
27
- - name: Commit lint
28
- if: ${{ matrix.python == '3.8' && github.ref == 'refs/heads/master' }}
29
- uses: wagoid/commitlint-github-action@v4
30
-
31
- uses: actions/setup-python@v3
32
33
python-version: ${{ matrix.python }}
0 commit comments