forked from Qortal/q-blog
391 B
391 B
CI Enablement PR — Q-Blog
- Add
.gitea/workflows/ci.yml(Node 20, lint, vitest). - Add
ci-mirror.ymlfallback targetingworkflow_dispatchandci/*branches. - Docs:
docs/CI_GITEA.mdfor quick troubleshooting.
Notes
runs-on: self-hosted. Ensure your runner exposes theself-hostedlabel.- If your runner only matches
ubuntu-latest, changeruns-onaccordingly.