Skip to content

docs(hacktober): reconcile the 2026 PR tracker with the live queue (84 resolved) #19040

docs(hacktober): reconcile the 2026 PR tracker with the live queue (84 resolved)

docs(hacktober): reconcile the 2026 PR tracker with the live queue (84 resolved) #19040

Workflow file for this run

# https://beta.ruff.rs
name: ruff
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: astral-sh/setup-uv@v7
- run: uvx ruff check --output-format=github .