Skip to content

moving whitenoise to main dependencies #72

moving whitenoise to main dependencies

moving whitenoise to main dependencies #72

Workflow file for this run

name: ruff_lint
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"
options: "-v"
python_version: "3.11"