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