Skip to content

Update FiltersList.tsx, Modal.tsx, and yarn.lock #1082

Update FiltersList.tsx, Modal.tsx, and yarn.lock

Update FiltersList.tsx, Modal.tsx, and yarn.lock #1082

Workflow file for this run

name: Test
on:
push:
jobs:
lint:
name: Run linters and tsc
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
cache: "yarn"
- run: yarn install --frozen-lockfile --ignore-scripts
- run: yarn run lint
- run: yarn run type-check