Skip to content

fix: readthedoc build #468

fix: readthedoc build

fix: readthedoc build #468

Workflow file for this run

name: Ruff Lint
on: [push, pull_request]
jobs:
ruff:
name: ruff
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: 3.11
- name: Install ruff
run: pip install --upgrade ruff
- name: Run ruff
run: |
ruff check djangocms_rest
ruff check tests