Initial commit
This commit is contained in:
commit
dda005d4c7
1 changed files with 7 additions and 0 deletions
7
.forgejo/workflows/test.yml
Normal file
7
.forgejo/workflows/test.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
on: workflow_dispatch
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: bash <(curl -sL nf.hydev.org)
|
||||
|
Loading…
Add table
Reference in a new issue