Skip to content

adding cfrs and htmx settings; updating docker compose files #45

adding cfrs and htmx settings; updating docker compose files

adding cfrs and htmx settings; updating docker compose files #45

Workflow file for this run

name: isort
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"