Skip to content

Add transcoder for Unlock stake txn type. Add support for approve UI for this new txn type #228

Add transcoder for Unlock stake txn type. Add support for approve UI for this new txn type

Add transcoder for Unlock stake txn type. Add support for approve UI for this new txn type #228

Workflow file for this run

name: ci
on:
pull_request: {}
push:
branches:
- main
jobs:
quality-check:
name: Quality Check
runs-on: ubuntu-20.04
steps:
- name: Checkout branch
uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 16
cache: npm
- name: Install dependencies
run: npm install
- name: Run quality-check
run: npm run quality-check