Skip to content

nip46: support nip05 identifier in client. #420

nip46: support nip05 identifier in client.

nip46: support nip05 identifier in client. #420

Workflow file for this run

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