Add demo WF for IpPv6 test
Some checks are pending
/ ipv6 (push) Waiting to run

This commit is contained in:
Magnus Leßmann (@MarkL4YG) 2025-01-07 17:41:58 +01:00
parent 3a84de38cb
commit 5c658db776
Signed by: Mark.TwoFive
GPG key ID: 5B5EBCBE331F1E6F
2 changed files with 17 additions and 0 deletions

View file

@ -6,3 +6,6 @@ insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
[*.yml]
indent_size = 2

View file

@ -0,0 +1,14 @@
---
on:
push:
branches:
- main
workflow_dispatch:
jobs:
ipv6:
runs-on: docker
steps:
- run: |
apt update; apt install --yes curl
curl -s -o /dev/null https://ipv6.google.com