Skip to content

Merge pull request #9 from SpokaneTech/index #51

Merge pull request #9 from SpokaneTech/index

Merge pull request #9 from SpokaneTech/index #51

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"