Skip to content

Add failing test for quotes around links #233

Add failing test for quotes around links

Add failing test for quotes around links #233

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request: {}
jobs:
vitest:
name: Vitest
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version-file: package.json
- name: Install dependencies
run: npm ci
- name: Run tests
run: npm test