Skip to content

chore(deps): bump gitpython from 3.1.34 to 3.1.35 #61

chore(deps): bump gitpython from 3.1.34 to 3.1.35

chore(deps): bump gitpython from 3.1.34 to 3.1.35 #61

Workflow file for this run

name: Run `pre-commit` on PRs
on:
pull_request:
branches: [master, qa, dev]
push:
branches: [master, qa, dev]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: "3.8"
cache: "poetry"
- run: poetry install
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()