Skip to content

Add Comparison Table to README #109

Add Comparison Table to README

Add Comparison Table to README #109

Workflow file for this run

name: Format
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.12"
- name: Install dependencies
run: |
pip install uv
uv sync --group dev
- name: Format with ruff
run: |
uv run ruff format --check .