Skip to content

Bump django from 4.1.7 to 4.1.13 #208

Bump django from 4.1.7 to 4.1.13

Bump django from 4.1.7 to 4.1.13 #208

Workflow file for this run

name: black
on: [push, pull_request]
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
- run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- run: |
black --check --verbose .