Skip to content

[search] update algolia version and send clicks (#1398) #4420

[search] update algolia version and send clicks (#1398)

[search] update algolia version and send clicks (#1398) #4420

Workflow file for this run

name: Check format
on: [push, pull_request]
jobs:
check-format:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
cache-dependency-path: '**/package-lock.json'
- run: npm ci
- run: npm run format:check