Skip to content

build(deps): bump codecov/codecov-action from 4 to 5 #1096

build(deps): bump codecov/codecov-action from 4 to 5

build(deps): bump codecov/codecov-action from 4 to 5 #1096

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 check --output-format=github djangocms_versioning tests