Skip to content

docs: update description of htmlSafe option #396

docs: update description of htmlSafe option

docs: update description of htmlSafe option #396

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [18, 20]
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Test and lint
run: |
npm install
npm run test