Skip to content

feat(react-data-grid-react-window): allow overriding virtualized list props #153

feat(react-data-grid-react-window): allow overriding virtualized list props

feat(react-data-grid-react-window): allow overriding virtualized list props #153

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: nrwl/nx-set-shas@v2
- uses: actions/setup-node@v3
with:
cache: 'yarn'
node-version: '16'
- run: yarn install --frozen-lockfile
- run: yarn check-dependencies
- run: yarn nx affected --target=type-check --parallel --max-parallel=3
- run: yarn nx affected --target=build --parallel --max-parallel=3
- run: yarn nx affected --target=test --parallel --max-parallel=2
- run: yarn nx affected --target=lint --parallel --max-parallel=3
- run: yarn nx format:check --base origin/main