Skip to content

build(deps-dev): bump pytest-django from 4.9.0 to 4.10.0 #223

build(deps-dev): bump pytest-django from 4.9.0 to 4.10.0

build(deps-dev): bump pytest-django from 4.9.0 to 4.10.0 #223

Workflow file for this run

name: Python application
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: '3.12'
cache: 'poetry'
- run: make install
- run: make lint
- run: make test