parent
9a81361936
commit
218460fa79
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:
|
||||
test:
|
||||
runs-on: ayakael-podman-x86_64
|
||||
container:
|
||||
image: alpine:edge
|
||||
steps:
|
||||
- run: echo All Goodo
|
Loading…
Reference in a new issue