add smoke workflow
All checks were successful
smoke / hello (push) Successful in 30s

This commit is contained in:
yosef 2026-05-23 08:32:42 +00:00
parent 4d2144b19d
commit 74a2cc2bc7

View File

@ -0,0 +1,11 @@
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