Skip to content

Bump gitpython from 3.1.30 to 3.1.35 #20

Bump gitpython from 3.1.30 to 3.1.35

Bump gitpython from 3.1.30 to 3.1.35 #20

Workflow file for this run

name: Code Quality
on: [push, pull_request]
jobs:
code-quality:
runs-on: ubuntu-latest
name: Code Quality
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Setup Poetry
uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.3.2"
- name: Install dependencies
run: poetry install
- name: flake8
run: poetry run flake8