Skip to content

docs(RREL-0015): clarify usage of mnemonic and privateKey #582

docs(RREL-0015): clarify usage of mnemonic and privateKey

docs(RREL-0015): clarify usage of mnemonic and privateKey #582

Workflow file for this run

name: CI
on: [push]
jobs:
linting_and_testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16.x'
- name: Install dependencies
run: npm install
- name: Check Linter bugs
run: npm run lint
- name: Check Codestyles errors
run: npm run format
- name: Run unit tests
run: npm run test