Skip to content

make NIP-42 actually work, with inferred ServiceURL if that's not man… #30

make NIP-42 actually work, with inferred ServiceURL if that's not man…

make NIP-42 actually work, with inferred ServiceURL if that's not man… #30

Workflow file for this run

name: test every commit
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version-file: ./go.mod
- run: go test ./...