Skip to content

Bump gitpython from 3.1.54 to 3.1.57 (#324) #214

Bump gitpython from 3.1.54 to 3.1.57 (#324)

Bump gitpython from 3.1.54 to 3.1.57 (#324) #214

Workflow file for this run

# This workflow is used to run the pre-commit checks on the codebase, particularly
# linting and formatting.
name: Linting, formatting, and type checking
permissions:
contents: read
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: pre-commit/action@v3.0.1