ci-smoke/.gitea/workflows/smoke.yml
yosef 74a2cc2bc7
All checks were successful
smoke / hello (push) Successful in 30s
add smoke workflow
2026-05-23 08:32:42 +00:00

12 lines
213 B
YAML

name: smoke
on:
push:
branches: [main]
jobs:
hello:
runs-on: ubuntu-latest
steps:
- run: echo "Hello from Gitea Actions on yoyo!"
- run: python3 --version || true
- run: uname -a