Skip to content

fix: improve recall with section-restricted search #6

fix: improve recall with section-restricted search

fix: improve recall with section-restricted search #6

Workflow file for this run

name: Build
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '19'
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: yarn install --immutable
- name: Build the package
run: yarn build