commit 63f58bc532cc87f0b7c94fb53ee927fb120c04c8 Author: westpain Date: Thu Dec 19 13:48:53 2024 +0200 Initial commit diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml new file mode 100644 index 0000000..e3fb7c4 --- /dev/null +++ b/.forgejo/workflows/test.yml @@ -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) +