Skip to content

adding htmx & partials #3

adding htmx & partials

adding htmx & partials #3

Workflow file for this run

on: [push]
jobs:
ruff:
runs-on: ubuntu-latest
name: "ruff"
steps:
- name: actions_python_ruff
uses: davidslusser/actions_python_ruff@v1.0.3
with:
src: "src/django_project"
command: ruff format src --check
python_version: "3.11"