Skip to content

ALL-3271 Fix signing with mnemonic BCH transactions #152

ALL-3271 Fix signing with mnemonic BCH transactions

ALL-3271 Fix signing with mnemonic BCH transactions #152

Workflow file for this run

name: Pull request
on:
pull_request:
branches:
- master
jobs:
build:
name: 🏗️ Install and build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: yarn install
- run: yarn lint
- run: yarn build