Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .github/workflows/validate-tooltips.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
name: Validate Tooltip Imports

# "Check tooltip imports" is a required status check on main, so this workflow
# must run on every PR. Do not add a paths filter: a filtered-out run leaves the
# required check stuck in "expected" and blocks merging (e.g. docs.json-only PRs).
# The validate script scans all .mdx files in ~0.1s, so unconditional runs are cheap.
on:
pull_request:
branches:
- main
paths:
- '**.mdx'
- 'snippets/tooltips.jsx'
- 'scripts/validate-tooltips.js'
- '.github/workflows/validate-tooltips.yml'

jobs:
validate-tooltips:
Expand Down
Loading