test: add minimal Forgejo actions workflow
/ smoke (push) Successful in 1m45s Details

This commit is contained in:
ivanberry 2026-03-12 08:03:10 +08:00
parent 6c224584b4
commit b568fe262a
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
on: [push]
jobs:
smoke:
runs-on: docker
steps:
- run: echo forgejo-actions-ok