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.
2 parents 1efb123 + d08d07d commit 8342f53Copy full SHA for 8342f53
.github/workflows/lint.yml
@@ -27,7 +27,7 @@ jobs:
27
fetch-depth: 0
28
- uses: actions/setup-python@v3
29
- run: pip install --upgrade tox
30
- - name: Run commitizen
+ - name: Run commitizen (https://commitizen-tools.github.io/commitizen/)
31
run: tox -e cz
32
- name: Run black code formatter (https://black.readthedocs.io/en/stable/)
33
run: tox -e black -- --check
0 commit comments