Skip to content

chore: Update Aptos LP APRs for Farms (#10776) #36268

chore: Update Aptos LP APRs for Farms (#10776)

chore: Update Aptos LP APRs for Farms (#10776) #36268

Workflow file for this run

name: Lint
on:
pull_request:
push:
branches:
- develop
jobs:
eslint:
runs-on: ubuntu-latest
timeout-minutes: 4
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Install dependencies
uses: './.github/actions/install-deps'
- name: Run ESLint
run: pnpm lint:report