Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

feat: Adds waitlist queue interaction & fix endpoint validation #29

feat: Adds waitlist queue interaction & fix endpoint validation

feat: Adds waitlist queue interaction & fix endpoint validation #29

Workflow file for this run

name: builds
on:
push:
branches: main
pull_request:
branches: main
jobs:
compile:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: Build the extension
run: |
yarn
yarn compile