Skip to content

Optimize fee pips calculation in SwapMath #98

Optimize fee pips calculation in SwapMath

Optimize fee pips calculation in SwapMath #98

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: "yarn"
cache-dependency-path: "yarn.lock"
- name: Install dependencies 📦
run: yarn install --frozen-lockfile
- name: Run prettier check
run: yarn prettier