Skip to content

Changed /find command so it supports partial matches #1775

Changed /find command so it supports partial matches

Changed /find command so it supports partial matches #1775

Workflow file for this run

name: CI Run
on:
push:
pull_request:
jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnmp
uses: pnpm/action-setup@v3
with:
run_install: |
- recursive: false
- name: Run Biome
run: pnpm run ci
- name: Setup Test
uses: pnpm/action-setup@v3
with:
run_install: |
- recursive: false
- cwd: "./test"
- name: Run Test
working-directory: ./test
run:
pnpm run ci