[Phase 0] ci: add no-op smoke-test workflow to verify Act Runner (#96) #98
Reference in New Issue
Block a user
Delete Branch "feature/issue-96-smoke-test-workflow"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds
.gitea/workflows/smoke-test.yaml— aworkflow_dispatch-only job that prints four echo lines and exits 0. This confirms the Gitea Act Runner is online and accepting jobs without requiring any tooling.How to use
Once the Act Runner is registered (issue #77), trigger the workflow from:
Gitea → leeworks-agents/api-company → Actions → Runner Smoke Test → Run workflow
Confirm all four echo lines appear in the log and the job exits green.
Changes
.gitea/workflows/smoke-test.yaml: new file,workflow_dispatchtrigger only, singlesmokejob with 4 echo stepsCloses leeworks-agents/api-company#96
ee7377f6dfto2f249a9e18