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 unixtools.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'