This commit is contained in:
commit
c1295d7c71
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/test.yml
Normal file
8
.forgejo/workflows/test.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
name: test
|
||||||
|
on: push
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test-job:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- run: echo "🎉 Forgejo Runner is working!"
|
Loading…
Add table
Reference in a new issue