Add Forgejo Actions smoke workflow
All checks were successful
smoke / runner-smoke (push) Successful in 5s
All checks were successful
smoke / runner-smoke (push) Successful in 5s
This commit is contained in:
parent
2d6d480f14
commit
47bf8e2a2b
1 changed files with 16 additions and 0 deletions
16
.forgejo/workflows/smoke.yml
Normal file
16
.forgejo/workflows/smoke.yml
Normal 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"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue