Skip to content

chore(deps-dev): bump @types/react-virtualized from 9.21.28 to 9.21.29 #832

chore(deps-dev): bump @types/react-virtualized from 9.21.28 to 9.21.29

chore(deps-dev): bump @types/react-virtualized from 9.21.28 to 9.21.29 #832

Workflow file for this run

name: Lint, TypeCheck, Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
- run: yarn && yarn lint
- run: yarn tc
- run: yarn test