Skip to content

Commit

Permalink
revert: fix gitlint installation
Browse files Browse the repository at this point in the history
This reverts commit a5c1126.
  • Loading branch information
KSmanis committed Oct 19, 2024
1 parent e27fc59 commit 4aa65b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ jobs:
key: mypy-${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('poetry.lock') }}-${{ github.sha }}
restore-keys: mypy-${{ runner.os }}-${{ env.PYTHON_VERSION }}-${{ hashFiles('poetry.lock') }}-
- name: Run gitlint
env:
VIRTUALENV_PIP: 23.2.1
run: poetry run pre-commit run --color=always --hook-stage manual gitlint-ci
- name: Run pre-commit
run: poetry run pre-commit run --all-files --color=always --show-diff-on-failure
Expand Down

0 comments on commit 4aa65b2

Please sign in to comment.