forked from Fediversity/Fediversity
18 lines
412 B
YAML
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
|