Skip to content

fix: get_page_content retrieved non page-content objects from the toolbar #1020

fix: get_page_content retrieved non page-content objects from the toolbar

fix: get_page_content retrieved non page-content objects from the toolbar #1020

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