Skip to content

fix(blue-api-sdk): fix market apys computation #761

fix(blue-api-sdk): fix market apys computation

fix(blue-api-sdk): fix market apys computation #761

Workflow file for this run

name: Lint code
on:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: yarn
- run: yarn install --immutable
- run: yarn lint