Skip to content

Use number not bigNumber since we are using decimals. #355

Use number not bigNumber since we are using decimals.

Use number not bigNumber since we are using decimals. #355

Workflow file for this run

name: ci
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- run: npm i
- run: npm run setup
- run: npm run build
- run: npx ganache-cli &
- run: npm test
- run: npm run lint