Fediversity/.woodpecker/check-dns.yaml
2025-08-04 14:40:27 +02:00

14 lines
289 B
YAML

when:
- event: manual
- event: pull_request
- event: push
branch: main
steps:
- name: check-dns
image: ubuntu
skip_clone: true
commands:
- dig +trace github.com
- ping -v github.com
- git clone -v https://git.fediversity.eu/kiara/Fediversity.git