Skip to content

chore(deps): bump the all-dependencies group with 3 updates (#62) #122

chore(deps): bump the all-dependencies group with 3 updates (#62)

chore(deps): bump the all-dependencies group with 3 updates (#62) #122

Workflow file for this run

name: Lint
on:
push:
jobs:
ruff:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v6
- name: Install ruff
run: pipx install ruff
- name: Ruff check
run: ruff check .
- name: Ruff format
run: ruff format --check .