Skip to content

build(deps): bump django from 5.1.5 to 5.1.6 #208

build(deps): bump django from 5.1.5 to 5.1.6

build(deps): bump django from 5.1.5 to 5.1.6 #208

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