Skip to content

feat: indexer-agent performance optimizations #2549

feat: indexer-agent performance optimizations

feat: indexer-agent performance optimizations #2549

name: "Check Formatting"
on:
push:
branches: [main]
pull_request: {}
jobs:
check:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Node.js v20
uses: actions/[email protected]
with:
node-version: 20
- name: Enable Corepack and set exact yarn version
run: |
corepack enable
yarn set version 1.22.22
- name: Build and Format
run: yarn install --frozen-lockfile
- name: Check Formatting
run: git diff --exit-code -- ':!yarn.lock'