Skip to content

Now convert URI to their prefixed form when suggesting #23

Now convert URI to their prefixed form when suggesting

Now convert URI to their prefixed form when suggesting #23

Workflow file for this run

name: Tests
on:
push:
branches: ["main"]
workflow_dispatch:
workflow_call:
pull_request:
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test