Skip to content

Commit 8342f53

Browse files
authored
Merge pull request #2083 from python-gitlab/jlvillal/cz
chore: add link to Commitizen in Github workflow
2 parents 1efb123 + d08d07d commit 8342f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828
- uses: actions/setup-python@v3
2929
- run: pip install --upgrade tox
30-
- name: Run commitizen
30+
- name: Run commitizen (https://commitizen-tools.github.io/commitizen/)
3131
run: tox -e cz
3232
- name: Run black code formatter (https://black.readthedocs.io/en/stable/)
3333
run: tox -e black -- --check

0 commit comments

Comments
 (0)