Skip to content

feat(gh-16281): add repro for st.status on a container outside a fragment #221

feat(gh-16281): add repro for st.status on a container outside a fragment

feat(gh-16281): add repro for st.status on a container outside a fragment #221

Workflow file for this run

name: Run linting, type checking, and formatting checks
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Install uv
uses: astral-sh/setup-uv@v9.0.0
- name: Install dependencies
run: uv sync
- name: Run checks (make check)
run: make check
- name: Run pre-commit on all files
run: uv run pre-commit run --all-files