Fediversity/.forgejo/workflows/ci.yaml
2025-06-05 19:21:48 +02:00

18 lines
412 B
YAML

on:
pull_request:
types:
- opened
- synchronize
- reopened
push:
branches:
- '**'
jobs:
check-ip:
runs-on: native
steps:
# - run: nix-shell -p curl --command 'curl -4 icanhazip.com'
- run: nix run nixpkgs#curl -- -4 icanhazip.com
- run: nix shell nixpkgs#iproute2 --command ip route
- run: nix shell nixpkgs#iproute2 --command ip -c -4 addr