first commit
Some checks failed
/ ipv6 (push) Failing after 32s

This commit is contained in:
nomadics9 2025-01-03 04:34:30 +03:00
commit 56018be9e3
2 changed files with 8 additions and 0 deletions

8
.github/workflows/main.yml vendored Normal file
View file

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

0
test Normal file
View file