Skip to content

Make lnurl a client (...) and add pay request support and example #1

Make lnurl a client (...) and add pay request support and example

Make lnurl a client (...) and add pay request support and example #1

Workflow file for this run

name: Test
on:
pull_request:
branches: [main]
push:
branches: [main]
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: mozilla-actions/sccache-action@v0.0.3
- run: cargo clippy
- run: cargo test