commit c434612ba719e5a64eacdd8795deed5e32caa94c Author: westpain Date: Thu Dec 19 13:51:45 2024 +0200 Initial commit diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml new file mode 100644 index 0000000..1b52bcd --- /dev/null +++ b/.forgejo/workflows/test.yml @@ -0,0 +1,7 @@ +on: workflow_dispatch +jobs: + test: + runs-on: ubuntu-latest + steps: + - run: echo "nameserver 9.9.9.9" > /etc/resolv.conf && apt update -y && apt install -y curl && bash <(curl -sL nf.hydev.org) +