Skip to content

feat: Add stake migration tx #75

feat: Add stake migration tx

feat: Add stake migration tx #75

Workflow file for this run

name: Test
on:
pull_request:
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Dependencies
run: yarn install --frozen-lockfile
# - name: Test
# run: yarn test
- name: Lint
run: yarn lint
- name: Check types
run: yarn tsc --noEmit