Skip to content

chore(deps): bump django from 5.2.14 to 5.2.15 (#15230) #22516

chore(deps): bump django from 5.2.14 to 5.2.15 (#15230)

chore(deps): bump django from 5.2.14 to 5.2.15 (#15230) #22516

Workflow file for this run

name: Ruff Linter
on:
workflow_dispatch:
push:
pull_request:
jobs:
ruff-linting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Install Ruff Linter
run: pip install -r requirements-lint.txt
- name: Run Ruff Linter
run: ruff check --output-format=github .