Show IP
Some checks failed
/ test (push) Failing after 5s

This commit is contained in:
Patrik Lundin 2024-08-14 13:01:14 +02:00
parent 00b53b9ff9
commit d8b97da8e8
Signed by: patlu
GPG key ID: A0A812BA2249F294

View file

@ -6,6 +6,7 @@ jobs:
test:
runs-on: ubuntu-22.04
steps:
- run: ip a show
- run: curl -i -s https://ifconfig.me
- uses: https://code.forgejo.org/actions/checkout@v4
- uses: https://github.com/actions/setup-go@v5