Skip to content

Bump the all-dependencies group across 1 directory with 3 updates #517

Bump the all-dependencies group across 1 directory with 3 updates

Bump the all-dependencies group across 1 directory with 3 updates #517

Workflow file for this run

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