Skip to content

fix: Adds missing migrations and test for missing migrations #1136

fix: Adds missing migrations and test for missing migrations

fix: Adds missing migrations and test for missing migrations #1136

Workflow file for this run

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