Skip to content

Fix searching hubsupport for terms including spaces (#112) #235

Fix searching hubsupport for terms including spaces (#112)

Fix searching hubsupport for terms including spaces (#112) #235

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install
run: npm ci
- name: Test
run: npm test
- name: Build
run: npm run build --if-present