Skip to content

feat: add getRecords util to fetch records from indexer, update deployer and explorer to use indexer #4360

feat: add getRecords util to fetch records from indexer, update deployer and explorer to use indexer

feat: add getRecords util to fetch records from indexer, update deployer and explorer to use indexer #4360

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
jobs:
lint:
name: Run lint
runs-on: depot-ubuntu-22.04-16
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup
uses: ./.github/actions/setup
- name: Lint
run: pnpm lint