Skip to content

fix: keep label flags ticked and visible when the label is edited #1389

fix: keep label flags ticked and visible when the label is edited

fix: keep label flags ticked and visible when the label is edited #1389

Workflow file for this run

---
name: Lint
on:
push:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: astral-sh/setup-uv@v7
with:
python-version: '3.12'
- run: make setup
- run: make lint