Add Forgejo Actions smoke workflow
All checks were successful
smoke / runner-smoke (push) Successful in 5s

This commit is contained in:
matamune 2026-05-12 20:38:02 +00:00
parent 2d6d480f14
commit 47bf8e2a2b
Signed by: matamune
GPG key ID: 3BB8E7D3B968A324

View file

@ -0,0 +1,16 @@
name: smoke
on:
push:
branches:
- main
workflow_dispatch:
jobs:
runner-smoke:
runs-on: bun
steps:
- name: Check runner
run: |
bun --version
echo "Forgejo runner is online"