Skip to content

fix(deps): bump django from 4.2.3 to 4.2.4 #72

fix(deps): bump django from 4.2.3 to 4.2.4

fix(deps): bump django from 4.2.3 to 4.2.4 #72

Workflow file for this run

name: CI
on: push
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: pipx install poetry==1.3.2
- uses: actions/setup-python@v4
with:
python-version: '3.11'
cache: poetry
- run: poetry install
- run: poetry run black --check .