Skip to content

fix: throw BorshError on decoding error #292

fix: throw BorshError on decoding error

fix: throw BorshError on decoding error #292

Workflow file for this run

on: [push, pull_request]
name: Check, Tests, Lints
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: yarn install
- run: yarn test
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '14'
- run: yarn install
- run: yarn pretty:check