From d08d07deefae345397fc30280c4f790c7e61cbe2 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Mon, 20 Jun 2022 12:28:38 -0700 Subject: [PATCH] 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. --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 21d6beb52..2b40a4efb 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