This commit is contained in:
parent
08ba0f0332
commit
dbe8c14373
1 changed files with 7 additions and 0 deletions
7
.forgejo/workflows/build.yaml
Normal file
7
.forgejo/workflows/build.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
on:
|
||||
- push
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: echo All Good
|
Loading…
Add table
Reference in a new issue