Skip to content

feat: add simple pay and receive commands #56

feat: add simple pay and receive commands

feat: add simple pay and receive commands #56

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
jobs:
unit-tests:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22"
cache: "yarn"
cache-dependency-path: yarn.lock
- run: yarn install --frozen-lockfile
- run: yarn test