Skip to content

build(deps): bump actions/checkout from 4 to 5 #4224

build(deps): bump actions/checkout from 4 to 5

build(deps): bump actions/checkout from 4 to 5 #4224

Workflow file for this run

name: django CMS linters.yml
on: pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
ruff:
name: ruff
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- run: python -Im pip install --user ruff
- name: Run ruff on cms
run: ruff check --output-format=github cms
- name: Run ruff on menus
run: ruff check --output-format=github menus