17 lines
283 B
YAML
17 lines
283 B
YAML
---
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
ipv6:
|
|
runs-on: docker
|
|
container:
|
|
image: ubuntu:24.04
|
|
steps:
|
|
- run: |
|
|
apt-get update
|
|
apt-get install --yes curl
|
|
curl -s -o /dev/null https://ipv6.google.com
|