Skip to content

Bump gitpython from 3.1.57 to 3.1.58 #4

Bump gitpython from 3.1.57 to 3.1.58

Bump gitpython from 3.1.57 to 3.1.58 #4

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
pull_request:
permissions: {}
jobs:
prek:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout Code Repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Install the latest version of uv
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
- name: Install dependencies
run: uv sync --frozen
- name: Install deptry
run: uv tool install deptry
- name: Install prek
run: uv tool install prek
- name: Run prek
run: prek run --all-files --show-diff-on-failure