Skip to content

Commit d08d07d

Browse files
chore: add link to Commitizen in Github workflow
Add a link to the Commitizen website in the Github workflow. Hopefully this will help people when their job fails.
1 parent 1efb123 commit d08d07d

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)