Skip to content

docs: add 1.0.0 to changelog #1

docs: add 1.0.0 to changelog

docs: add 1.0.0 to changelog #1

Workflow file for this run

name: Format with Ruff
on:
push:
paths:
- '**.py'
- pyproject.toml
- uv.lock
pull_request:
paths:
- '**.py'
- pyproject.toml
- uv.lock
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/ruff-action@v3
with:
args: format --check --diff