Commit graph

5 commits

Author SHA1 Message Date
Barrett Ruth
f8ec4acf19
ci: deduplicate quality checks in luarocks-dev
Problem: `luarocks-dev` called the `quality` reusable workflow on every
push to main, duplicating every check that `quality.yaml` already runs
independently on the same trigger.

Solution: switch `luarocks-dev` to `workflow_run` trigger, firing only
after the `quality` workflow completes successfully on main.
2026-03-28 18:37:26 -04:00
Barrett Ruth
e7dd173bf4
ci: release workflow 2026-03-28 14:57:15 -04:00
Barrett Ruth
65f857aa1d
ci: fix nix fmt flag and prettier formatting
Problem: `nix fmt -- --check .` fails because treefmt uses `--ci`
not `--check`. `bug_report.yaml` had a pre-existing prettier issue.

Solution: use `--ci` flag for treefmt, format `bug_report.yaml`.
2026-03-28 14:37:21 -04:00
Barrett Ruth
25509a48ac
more tweaks 2026-03-27 18:17:12 -04:00
Barrett Ruth
c4da2cda2a
feat: initial commit 2026-03-27 16:46:28 -04:00