Skip to content

fix: disable tooltips inside code /custom html blocks #102

fix: disable tooltips inside code /custom html blocks

fix: disable tooltips inside code /custom html blocks #102

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '24.x'
registry-url: 'https://registry.npmjs.org'
- name: Check
run: |
npm ci
npm run check