Add smoke workflow
This commit is contained in:
parent
c044015d30
commit
646858d5ed
1 changed files with 10 additions and 0 deletions
10
.forgejo/workflows/smoke.yml
Normal file
10
.forgejo/workflows/smoke.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
name: smoke
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
hello:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- run: echo "Forgejo runner is working"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue