Skip to content

Bump the uv-dependencies group with 7 updates #121

Bump the uv-dependencies group with 7 updates

Bump the uv-dependencies group with 7 updates #121

Workflow file for this run

name: Ruff Linting
on:
push:
pull_request:
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- uses: actions/setup-python@v6
with:
python-version-file: .python-version
- name: Install Dependencies
run: make install
- name: Test Formatting
run: make ruff_check