Skip to content

Adjust rendering for django CMS 5.1 and 5.0 compatibility #1233

Adjust rendering for django CMS 5.1 and 5.0 compatibility

Adjust rendering for django CMS 5.1 and 5.0 compatibility #1233

Workflow file for this run

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