Skip to content

docs: add missing has-tooltip state attribute #36

docs: add missing has-tooltip state attribute

docs: add missing has-tooltip state attribute #36

Workflow file for this run

name: Test
on:
pull_request:
concurrency:
group: '${{ github.workflow }}-${{ github.ref }}'
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v6
- name: Set up Node
uses: actions/setup-node@v6
with:
node-version: '22'
# The build tooling isn't needed: these tests only use node:test and the
# scripts under test, so there's nothing to install.
- name: Run script tests
run: npm test