Skip to content

Commit

Permalink
Merge branch 'main' into decode-invoice
Browse files Browse the repository at this point in the history
  • Loading branch information
gandlafbtc authored Jan 18, 2024
2 parents 89127d3 + 49c376f commit 8a3e07b
Show file tree
Hide file tree
Showing 11 changed files with 757 additions and 257 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: Node.js CI

on:
on:
push:
branches:
- main
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

name: Node.js CI

on:
on:
pull_request:
types:
- ready_for_review
Expand All @@ -27,4 +27,4 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run compile
- run: npm test
- run: npm test
Loading

0 comments on commit 8a3e07b

Please sign in to comment.