Skip to content

feat: add fee pool select action for new v4 lp flows (#85) #286

feat: add fee pool select action for new v4 lp flows (#85)

feat: add fee pool select action for new v4 lp flows (#85) #286

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install modules
run: yarn --frozen-lockfile
- name: Run ESLint
run: yarn lint