Skip to content

Bump django from 4.2.27 to 4.2.29 in /tests/requirements #222

Bump django from 4.2.27 to 4.2.29 in /tests/requirements

Bump django from 4.2.27 to 4.2.29 in /tests/requirements #222

Workflow file for this run

name: Lint
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ruff:
name: ruff
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.11'
allow-prereleases: true
cache: pip
- run: |
python -m pip install --upgrade pip
pip install ruff
- name: Run Ruff
run: |
ruff check djangocms_style