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

docs: add warning to not use in prod #16

docs: add warning to not use in prod

docs: add warning to not use in prod #16

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: setup node
uses: actions/setup-node@v1
with:
node-version: '14.x'
- run: yarn install
- run: yarn build
- run: yarn lint
- run: yarn test