commit
56018be9e3
2 changed files with 8 additions and 0 deletions
8
.github/workflows/main.yml
vendored
Normal file
8
.github/workflows/main.yml
vendored
Normal 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
0
test
Normal file
Loading…
Reference in a new issue