Initial commit

This commit is contained in:
westpain 2024-12-19 13:51:45 +02:00
commit c434612ba7
Signed by: stll
GPG key ID: AC696C85642C81ED

View file

@ -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)