Initial commit
This commit is contained in:
commit
63f58bc532
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: apt update -y && apt install -y curl && bash <(curl -sL nf.hydev.org)
|
||||||
|
|
Loading…
Add table
Reference in a new issue