test: add minimal Forgejo actions workflow

This commit is contained in:
ivanberry 2026-03-12 08:03:10 +08:00
parent 6c224584b4
commit 2b0da96190
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