Skip to content

add nostr nip05

add nostr nip05 #57

name: Prettier, ESLint, build CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install modules
run: yarn
- name: run prettier & eslint
run: yarn lint
- name: build app
run: yarn build