Skip to content

Bump django-reversion from 5.0.12 to 5.1.0 #39

Bump django-reversion from 5.0.12 to 5.1.0

Bump django-reversion from 5.0.12 to 5.1.0 #39

Workflow file for this run

name: Python lint
on:
push:
branches:
- develop
pull_request:
jobs:
pre_commit_checks:
name: 🚴 Pre-Commit checks 🚴
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@main
with:
cache: 'poetry'
- run: poetry install
- uses: pre-commit/action@main