Skip to content

[Research List] Fix initial state of filter and sorting #208

[Research List] Fix initial state of filter and sorting

[Research List] Fix initial state of filter and sorting #208

name: Check Types and Lint
'on':
pull_request:
branches:
- prod
- dev
- research
- research-list
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Check Types
run: yarn type-check
- name: Lint
run: yarn lint