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

add doc for zkPass and Reclaim protocol #325

add doc for zkPass and Reclaim protocol

add doc for zkPass and Reclaim protocol #325

Workflow file for this run

name: build-app
on:
pull_request:
branches:
- 'develop'
push:
branches:
- 'feature/*'
jobs:
build-app:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- id: nvmrc
uses: browniebroke/read-nvmrc-action@v1
- uses: actions/setup-node@v2
with:
node-version: '${{ steps.nvmrc.outputs.node_version }}'
cache: 'yarn'
- run: yarn install
- run: yarn build