summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohn L. Villalovos <john@sodarock.com>2022-06-20 12:28:38 -0700
committerJohn L. Villalovos <john@sodarock.com>2022-06-20 12:28:38 -0700
commitd08d07deefae345397fc30280c4f790c7e61cbe2 (patch)
tree86047446a524749c8c63e10d9a17281e6c30ee5c /.github/workflows
parent1efb123f63eab57600228b75a1744f8787c16671 (diff)
downloadgitlab-d08d07deefae345397fc30280c4f790c7e61cbe2.tar.gz
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.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 21d6beb..2b40a4e 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -27,7 +27,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v3
- run: pip install --upgrade tox
- - name: Run commitizen
+ - name: Run commitizen (https://commitizen-tools.github.io/commitizen/)
run: tox -e cz
- name: Run black code formatter (https://black.readthedocs.io/en/stable/)
run: tox -e black -- --check