Skip to content

adding forms for presentation requests and suggestions #5

adding forms for presentation requests and suggestions

adding forms for presentation requests and suggestions #5

Workflow file for this run

on: [push]
jobs:
isort:
runs-on: ubuntu-latest
name: "isort"
steps:
- uses: davidslusser/actions_python_isort@v1.0.1
with:
src: "src/django_project"
options: "--check --diff"
python_version: "3.11"