Skip to content

feat: add mantapay with wallet guide #291

feat: add mantapay with wallet guide

feat: add mantapay with wallet guide #291

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
lfs: true
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: install dependencies
run: yarn install
- name: build
run: yarn build