Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install -e ".[dev]" -c versions.lock
- name: Install pre-commit hooks (gitleaks binary)
run: |
pre-commit install
pre-commit install-hooks
# Separate steps on purpose: a combined step only reports "something
# failed", and job logs need admin rights to read. One tool per step makes
# the failure identifiable from the run summary alone.
Expand Down