Skip to content

docs: update tooltip content from a11y review #2375

docs: update tooltip content from a11y review

docs: update tooltip content from a11y review #2375

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18.x
uses: actions/[email protected]
with:
node-version: '18.x'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Check formatting of project files
run: yarn format:check
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 18.x
uses: actions/[email protected]
with:
node-version: '18.x'
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Lint JavaScript files
run: yarn lint:js