Skip to content

adding enable field for resources #81

adding enable field for resources

adding enable field for resources #81

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"