Skip to content

chore(deps): update actions/setup-python action to v5.1.1 (#165) #615

chore(deps): update actions/setup-python action to v5.1.1 (#165)

chore(deps): update actions/setup-python action to v5.1.1 (#165) #615

Workflow file for this run

---
name: Run pre-commit hooks
on: # yamllint disable-line rule:truthy
push:
branches:
- main
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/[email protected]
with:
python-version: 3.x
- run: pip install virtualenv==v20.24.5 # temp fix for gitlint
- uses: pre-commit/[email protected]
- uses: pre-commit/[email protected]
with:
extra_args: --hook-stage manual gitlint-ci