Skip to content

Prevent removing keyword from search term #3

Prevent removing keyword from search term

Prevent removing keyword from search term #3

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