Skip to content

feat: make step panels collapsible by moving the UI to Textual #2

feat: make step panels collapsible by moving the UI to Textual

feat: make step panels collapsible by moving the UI to Textual #2

Workflow file for this run

name: lint
on:
push:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- run: uv sync --dev
- run: uv run black --check .
- run: uv run isort --check-only .