commit 56018be9e39e270a36c2e0dd86ac5295e50c1e18 Author: nomadics9 Date: Fri Jan 3 04:34:30 2025 +0300 first commit diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..b96fb6d --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,8 @@ +on: push +jobs: + ipv6: + runs-on: docker + steps: + - run: | + apt update; apt install --yes curl + curl -s -o /dev/null http://ipv6.google.com diff --git a/test b/test new file mode 100644 index 0000000..e69de29