Skip to content

feat: add alby support to send bulk #299

feat: add alby support to send bulk

feat: add alby support to send bulk #299

Workflow file for this run

name: test every commit
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: extractions/setup-just@v1
- run: just install-dependencies
- run: just build
- run: just test