Seems tangled doesn't fire pull_requeset triggers for PRs from forks. Odd, and concerning. Anyway, this fixes some formatting issues I noticed since the pipeline failed. Given the tests I added - and more might be good to consider - should a new "test" pipeline be added as well? Still, without external PRs triggering them, no checks will stop the PR from being merged incidentally.
Apparently it's by design: https://tangled.org/tangled.org/core/issues/338. A GitHub-style "Approve and run" would be nice at the very least.
Also of note: the latest nix package for biome is older: https://search.nixos.org/packages?channel=25.11&query=biome&show=biome. It generates a warning (not new) but doesn't fail the pipeline.
It's just whitespace changes. I ran
bun format. Would you be open to a .editorconfig that tells many supporting editors to use tabs for your repo? Catches the issue earlier.Also, should
bun devrunbun lintandbun format? Is it meant to be an all-encompassing dev command? I knew of bun but haven't used it prior so don't know what's idiomatic here. For npm/pnpm, some projects with which I'm involved do have something like that so it just does everything.Of course, if tangled ran pipelines for forks that would also be nice and I could've caught this earlier.