Skip to content

Add Django 4.2 to test matrix #10

Add Django 4.2 to test matrix

Add Django 4.2 to test matrix #10

Workflow file for this run

name: flake8
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
- name: Install requirements
run: |
pip -q install flake8
- name: Run flake8
run: |
flake8 safe_filefield/