Skip to content

Fix cypress index test broken by the sidebar truncate wrapper (#484) #1395

Fix cypress index test broken by the sidebar truncate wrapper (#484)

Fix cypress index test broken by the sidebar truncate wrapper (#484) #1395

Workflow file for this run

name: Eslint
on:
push:
pull_request:
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 18
uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"
- name: Install dependencies
run: yarn
- name: Lint
run: yarn lint