Skip to content

Add data integrity check for cron task #6004

Add data integrity check for cron task

Add data integrity check for cron task #6004

Workflow file for this run

name: CI [linter-check]
on:
pull_request:
paths:
- "**.js"
- "**.ts"
- "**.json"
jobs:
test:
name: Build & Lint
runs-on: ubuntu-latest
env:
# we are running into heap out of memory issues with the linting--so
# increasing the heap size to 8GB
NODE_OPTIONS: --max-old-space-size=8192
steps:
- uses: actions/checkout@v3
- uses: volta-cli/action@v4
- uses: ./.github/actions/setup-node-modules-cache
with:
yarn_lock_md5: ${{ hashFiles('yarn.lock') }}
- run: yarn --prefer-offline --frozen-lockfile
- run: yarn codegen:hub-schema
- run: yarn lint