Skip to content

fix special links handler for embedded search links #196

fix special links handler for embedded search links

fix special links handler for embedded search links #196

Workflow file for this run

name: PR Check
on:
workflow_dispatch:
pull_request:
branches:
- '*'
jobs:
pr-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: lint
run: |
npm ci
npm run lint
npm run test