Skip to content

feat: solve issues #9 and #10 (typo tolerance + neighbor-aware embeddings) #19

feat: solve issues #9 and #10 (typo tolerance + neighbor-aware embeddings)

feat: solve issues #9 and #10 (typo tolerance + neighbor-aware embeddings) #19

Workflow file for this run

name: CI / E2E
on:
pull_request:
branches: [main]
paths-ignore:
- '**.md'
- 'LICENSE'
- '.gitignore'
workflow_dispatch:
permissions:
contents: read
jobs:
e2e:
uses: ./.github/workflows/reusable-e2e.yml
with:
timeout-minutes: 15