Add Gitea smoke workflow
All checks were successful
Gitea Smoke / smoke (push) Successful in 2s

This commit is contained in:
Codex 2026-07-05 05:13:37 +00:00
parent 7f02697107
commit f0c30227c3

View File

@ -0,0 +1,11 @@
name: Gitea Smoke
on: [push]
jobs:
smoke:
runs-on: ubuntu-latest
steps:
- run: echo "gitea actions smoke test"
- run: pwd
- run: ls -la