Skip to content

Bump django from 3.2.25 to 4.2.22 #251

Bump django from 3.2.25 to 4.2.22

Bump django from 3.2.25 to 4.2.22 #251

Workflow file for this run

name: flake8 Lint
on: [push, pull_request]
jobs:
flake8-lint:
runs-on: ubuntu-latest
name: Lint
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10.12'
- name: flake8 Lint
uses: py-actions/[email protected]