Skip to content

add staking-cli demos to README #28

add staking-cli demos to README

add staking-cli demos to README #28

Workflow file for this run

---
name: Build and lint
on: push
jobs:
build_and_lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Run linter
run: npm run lint
- name: Test build
run: npm run build
- name: Run tests
run: npm run test