fix github actions again and put a badge in the readme.

This commit is contained in:
fiatjaf 2023-12-18 09:53:44 -03:00
parent 9e4911160a
commit 7a6c0754ad
No known key found for this signature in database
GPG Key ID: BAD43C4BE5C1A3A1
2 changed files with 3 additions and 2 deletions

View File

@ -18,5 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- uses: extractions/setup-just@v1
- run: bun i
- run: bun test
- run: just lint

View File

@ -1,4 +1,4 @@
# nostr-tools
# ![](https://img.shields.io/github/actions/workflow/status/nbd-wtf/nostr-tools/test.yml) nostr-tools
Tools for developing [Nostr](https://github.com/fiatjaf/nostr) clients.