Skip to content

Upgrade sdk to 1.1.11 (Supported isolated pools trading without commo… #3379

Upgrade sdk to 1.1.11 (Supported isolated pools trading without commo…

Upgrade sdk to 1.1.11 (Supported isolated pools trading without commo… #3379

Workflow file for this run

name: Lint
on:
- push
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn run lint