This commit is contained in:
commit
d2cbb44f56
1 changed files with 8 additions and 0 deletions
8
.forgejo/workflows/test.yaml
Normal file
8
.forgejo/workflows/test.yaml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test1:
|
||||||
|
steps:
|
||||||
|
- run: |
|
||||||
|
echo "Hello, World!"
|
Loading…
Reference in a new issue