Skip to content

Bump to 0.6.1 and update changelog (#511) #211

Bump to 0.6.1 and update changelog (#511)

Bump to 0.6.1 and update changelog (#511) #211

Workflow file for this run

name: Ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/setup-uv@v7
- name: "Linting"
run: uvx ruff check
- name: "Formatting"
run: uvx ruff format --check