Skip to content

Bump ruff from 0.14.14 to 0.15.0 #105

Bump ruff from 0.14.14 to 0.15.0

Bump ruff from 0.14.14 to 0.15.0 #105

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Install uv
uses: astral-sh/setup-uv@v4
- name: Run CI (make)
run: make