Compare commits
1 commit
d1428a61b4
...
64f48a7a9c
Author | SHA1 | Date | |
---|---|---|---|
64f48a7a9c |
1 changed files with 6 additions and 0 deletions
6
.forgejo/workflows/build.yaml
Normal file
6
.forgejo/workflows/build.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: test
|
||||
steps:
|
||||
- run: echo All Good
|
Reference in a new issue