Files
Nomarchy/.gitea/workflows
Bernardo Magri 938753273d
All checks were successful
Check / eval (push) Successful in 2m50s
fix(ci): move workflow to .gitea/workflows — the server is Gitea, not Forgejo
The runner was alive all along (gitea/act_runner, ubuntu-latest label);
no run ever appeared because Gitea only reads .gitea/workflows/ (or
.github/workflows/) and ignores the .forgejo/ path the workflow shipped
under. The legacy repo's .gitea/workflows/check.yml was the clue.
References corrected (workflow header, TESTING.md, agent files); this
push doubles as the first live trigger of the workflow.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-04 09:42:15 +01:00
..