Skip to content

Feat: Django 4.2 and Python 3.10 compatibility #731

Feat: Django 4.2 and Python 3.10 compatibility

Feat: Django 4.2 and Python 3.10 compatibility #731

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 --output-format=github djangocms_alias