Skip to content

Update FurEver to use the GA SDK interface and only allow standard accounts, fully embedded accounts, and custom accounts #41

Update FurEver to use the GA SDK interface and only allow standard accounts, fully embedded accounts, and custom accounts

Update FurEver to use the GA SDK interface and only allow standard accounts, fully embedded accounts, and custom accounts #41

Workflow file for this run

name: build
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16.x
- run: yarn install --frozen-lockfile
- run: yarn run validate-change