Skip to content

Bump django from 1.11.29 to 3.2.24 #95

Bump django from 1.11.29 to 3.2.24

Bump django from 1.11.29 to 3.2.24 #95

Workflow file for this run

name: Linters
on:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
black:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: black
uses: psf/black@stable