Skip to content

Fix spaces in search term and input #4

Fix spaces in search term and input

Fix spaces in search term and input #4

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