Skip to content

Fix percentage x100 on LendingPairPeerCard #861

Fix percentage x100 on LendingPairPeerCard

Fix percentage x100 on LendingPairPeerCard #861

Workflow file for this run

name: Prime Tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'yarn'
- run: |
yarn global add node-gyp
cd shared
yarn install --frozen-lockfile
yarn build
cd ../prime
yarn install --frozen-lockfile
yarn lint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
cache: 'yarn'
- run: |
yarn global add node-gyp
cd shared
yarn install --frozen-lockfile
yarn build
cd ../prime
yarn install --frozen-lockfile
yarn test