From c434612ba719e5a64eacdd8795deed5e32caa94c Mon Sep 17 00:00:00 2001 From: westpain Date: Thu, 19 Dec 2024 13:51:45 +0200 Subject: [PATCH] Initial commit --- .forgejo/workflows/test.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .forgejo/workflows/test.yml 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) +