Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Merge pull request #24 from Sarabadu/feat/allow-registration-opts #30

Merge pull request #24 from Sarabadu/feat/allow-registration-opts

Merge pull request #24 from Sarabadu/feat/allow-registration-opts #30

Workflow file for this run

name: Build & Typecheck
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setting Up Node Environment
uses: actions/setup-node@v3
with:
node-version: 16
- run: npm ci
- run: npm run build