This commit is contained in:
parent
1d51227cdf
commit
e6224f526d
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 @@
|
|||
name: test
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
hello:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "runner works"
|
||||
Loading…
Reference in a new issue