Skip to content

Update 0012_alter_picture_cmsplugin_ptr.py (#124) #38

Update 0012_alter_picture_cmsplugin_ptr.py (#124)

Update 0012_alter_picture_cmsplugin_ptr.py (#124) #38

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@v3
- name: Set up Python
uses: actions/setup-python@v4
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 djangocms_picture