Skip to content

Add support for registering via the client. #132

Add support for registering via the client.

Add support for registering via the client. #132

Workflow file for this run

on:
push:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.node-version'
- run: yarn
- run: yarn lint
- run: yarn build
- run: yarn test