Skip to content

feat: my pools if liquidity #90

feat: my pools if liquidity

feat: my pools if liquidity #90

Workflow file for this run

name: react-lib CI
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out branch
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 18
cache: 'yarn'
- name: Install dependencies
run: yarn install
- name: Run lint
run: yarn lint