Skip to content

fix types, imports and other stuff on nip17 and nip59. #815

fix types, imports and other stuff on nip17 and nip59.

fix types, imports and other stuff on nip17 and nip59. #815

Workflow file for this run

name: test every commit
on:
push:
branches:
- master
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- uses: extractions/setup-just@v1
- run: bun i
- run: just test
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- uses: extractions/setup-just@v1
- run: bun i
- run: just lint