Skip to content

v2.1.3: fixed an issue with the wallet select modal #166

v2.1.3: fixed an issue with the wallet select modal

v2.1.3: fixed an issue with the wallet select modal #166

Workflow file for this run

name: CI
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Lint
run: yarn lint
- name: Build
run: yarn build