Skip to content

Prevent removing all spaces from search term #2

Prevent removing all spaces from search term

Prevent removing all spaces from search term #2

Workflow file for this run

name: CI
on: pull_request
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm ci --unsafe-perm
- run: npm run build
- run: npm test