Skip to content

feat: Order v3 positions by tokenId desc in positions page #32286

feat: Order v3 positions by tokenId desc in positions page

feat: Order v3 positions by tokenId desc in positions page #32286

Workflow file for this run

name: Format
on:
pull_request:
jobs:
code:
runs-on: ubuntu-latest
timeout-minutes: 6
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Install dependencies
uses: './.github/actions/install-deps'
- name: Run Prettier
run: pnpm format:check