Add smoke.yml
This commit is contained in:
parent
6d9935567c
commit
f317a5b5d9
1 changed files with 10 additions and 0 deletions
10
smoke.yml
Normal file
10
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