Add a forgejo workflow
This commit is contained in:
parent
48ee3d2d5f
commit
cc28f9ec68
1 changed files with 7 additions and 0 deletions
7
.forgejo/workflows/test.yaml
Normal file
7
.forgejo/workflows/test.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: |
|
||||
echo "hi"
|
Loading…
Reference in a new issue