Files
mintlify__docs/.github/workflows/check-links.yml
skeptrune f5eb16e900 Document seo.organization and the JSON-LD structured data graph (#6561)
* Document seo.organization and the JSON-LD structured data graph

* Fix lint warnings: spaced em dashes, node24 action versions

* Update optimize/seo.mdx

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>

---------

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
2026-07-14 15:42:37 -07:00

19 lines
390 B
YAML

name: Check links
on: pull_request
jobs:
check-links:
name: Check links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Node
uses: actions/setup-node@v5
with:
node-version: "22.x"
- name: Install Mintlify CLI
run: npm i -g mint
- name: Run broken link checker
run: mint broken-links