Skip to content

Delay test since tested fix has not been ported back to django-cms 4.1.3 #1033

Delay test since tested fix has not been ported back to django-cms 4.1.3

Delay test since tested fix has not been ported back to django-cms 4.1.3 #1033

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