Skip to content

Make the Global Search client-side only to prevent dev mode errors #558

Make the Global Search client-side only to prevent dev mode errors

Make the Global Search client-side only to prevent dev mode errors #558

Workflow file for this run

name: Lint
on: [ pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: Install Dependencies
run: npm ci
- name: Run Linter
run: npm run lint