Skip to content

fix: performance issues caused by too large list #329

fix: performance issues caused by too large list

fix: performance issues caused by too large list #329

Workflow file for this run

name: Lint
on: [push]
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
- name: Install dependencies
run: yarn
- name: lint
run: yarn lint