aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
Commit message (Collapse)AuthorAgeFilesLines
* ci: install basedpyright so just doctor passesLibravatar sommerfeld11 days1-0/+3
| | | | | | | The doctor recipe checks for basedpyright (used by 'just lint' for Python type-checking), but the CI workflow wasn't installing it, causing every run since the recipe was added to fail at the doctor step. Install it via pipx like ruff.
* ci: fix taplo download URL (upstream dropped -full suffix)Libravatar sommerfeld2026-04-211-1/+1
| | | | | taplo 0.10.0 renamed the release asset from taplo-full-linux-x86_64.gz to taplo-linux-x86_64.gz.
* ci: run just check on push and PRsLibravatar sommerfeld2026-04-211-0/+57