Skip to content

Bump actions/checkout from 6 to 7 in the all-dependencies group (#791) #514

Bump actions/checkout from 6 to 7 in the all-dependencies group (#791)

Bump actions/checkout from 6 to 7 in the all-dependencies group (#791) #514

Workflow file for this run

name: Lint
on:
push:
branches: ["main"]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- run: pipx install ruff
- run: ruff check src/
- run: ruff format src/