Skip to content

chore(deps-dev): Bump ruff from 0.15.2 to 0.15.4 #76

chore(deps-dev): Bump ruff from 0.15.2 to 0.15.4

chore(deps-dev): Bump ruff from 0.15.2 to 0.15.4 #76

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@v6
- uses: astral-sh/setup-uv@v7
with:
enable-cache: true
cache-dependency-glob: "uv.lock"
- uses: actions/setup-python@v6
with:
python-version-file: "pyproject.toml"
- name: Install Python dependencies
run: uv sync
- name: Run CI checks
run: make ci