Skip to content

Commit

Permalink
fix github actions again and put a badge in the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Dec 18, 2023
1 parent 9e49111 commit 7a6c075
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 7a6c075

Please sign in to comment.