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

18 lines
388 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 run nixpkgs#iproute2 -- route
- run: nix run nixpkgs#iproute2 -- -c -4 addr