Files
2025-08-21 16:40:49 -04:00

11 lines
391 B
Markdown

# CI Enablement PR — Q-Blog
- Add `.gitea/workflows/ci.yml` (Node 20, lint, vitest).
- Add `ci-mirror.yml` fallback targeting `workflow_dispatch` and `ci/*` branches.
- Docs: `docs/CI_GITEA.md` for quick troubleshooting.
**Notes**
- `runs-on: self-hosted`. Ensure your runner exposes the `self-hosted` label.
- If your runner only matches `ubuntu-latest`, change `runs-on` accordingly.