forked from fediversity/fediversity
14 lines
370 B
YAML
14 lines
370 B
YAML
skip_clone: true
|
|
when:
|
|
- event: manual
|
|
- event: pull_request
|
|
- event: push
|
|
branch: main
|
|
|
|
steps:
|
|
- name: check-dns-nixos
|
|
image: nixos/nix
|
|
commands:
|
|
- nix-shell -p ping --run 'ping -v github.com'
|
|
- nix-shell -p dig --run 'dig +trace github.com'
|
|
- nix-shell -p git --run 'git clone -v https://git.fediversity.eu/kiara/Fediversity.git'
|