test: add minimal Forgejo actions workflow
/ smoke (push) Successful in 1m45s
Details
/ smoke (push) Successful in 1m45s
Details
This commit is contained in:
parent
6c224584b4
commit
b568fe262a
|
|
@ -0,0 +1,6 @@
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
smoke:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- run: echo forgejo-actions-ok
|
||||||
Loading…
Reference in New Issue