Skip to content

fix: get_page_content retrieved non page-content objects from the too… #1023

fix: get_page_content retrieved non page-content objects from the too…

fix: get_page_content retrieved non page-content objects from the too… #1023

Workflow file for this run

name: Ruff
on:
push:
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: python -Im pip install --user ruff
- name: Run ruff
run: ruff check --output-format=github djangocms_versioning tests