Skip to content

feat(store-indexer,store-sync): filter findAll by tableIds #4081

feat(store-indexer,store-sync): filter findAll by tableIds

feat(store-indexer,store-sync): filter findAll by tableIds #4081

Workflow file for this run

name: Build
# Verifies build artifacts in pull requests.
# Note: this workflow does not trigger on pushes to main,
# because the release workflow includes a build+verify step.
on:
pull_request:
jobs:
build:
name: Build and validate artifacts
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Setup
uses: ./.github/actions/setup
- name: Clean
shell: bash
run: pnpm turbo run clean --concurrency 10
- name: Build
shell: bash
run: pnpm turbo run build --concurrency 10
- name: Outdated files, run `pnpm build` and commit them
uses: ./.github/actions/require-empty-diff