Skip to content

Bump the all-dependencies group with 2 updates #516

Bump the all-dependencies group with 2 updates

Bump the all-dependencies group with 2 updates #516

Workflow file for this run

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