Skip to content

feat: adds walletconnectv2 support (#279) #377

feat: adds walletconnectv2 support (#279)

feat: adds walletconnectv2 support (#279) #377

Workflow file for this run

on: push
name: CI
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install node
uses: actions/setup-node@v1
with:
node-version: 12
- name: install
run: yarn
- name: build
run: yarn build
- name: test
run: yarn test
- name: lint
run: yarn lint
env:
CI: true