From 5c658db77699e4cd9f3aa2d45e1057a3e5cb1c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20Le=C3=9Fmann=20=28=40MarkL4YG=29?= Date: Tue, 7 Jan 2025 17:41:58 +0100 Subject: [PATCH] Add demo WF for IpPv6 test --- .editorconfig | 3 +++ .forgejo/workflows/ipv6test.yml | 14 ++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .forgejo/workflows/ipv6test.yml diff --git a/.editorconfig b/.editorconfig index 9141329..24184c3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,3 +6,6 @@ insert_final_newline = true charset = utf-8 indent_style = space indent_size = 4 + +[*.yml] +indent_size = 2 \ No newline at end of file diff --git a/.forgejo/workflows/ipv6test.yml b/.forgejo/workflows/ipv6test.yml new file mode 100644 index 0000000..28cd86c --- /dev/null +++ b/.forgejo/workflows/ipv6test.yml @@ -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