This commit is contained in:
parent
3a84de38cb
commit
5c658db776
2 changed files with 17 additions and 0 deletions
|
@ -6,3 +6,6 @@ insert_final_newline = true
|
|||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[*.yml]
|
||||
indent_size = 2
|
14
.forgejo/workflows/ipv6test.yml
Normal file
14
.forgejo/workflows/ipv6test.yml
Normal 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
|
Loading…
Add table
Reference in a new issue