Skip to content

chore(deps): bump actions/github-script from 7 to 9 #5

chore(deps): bump actions/github-script from 7 to 9

chore(deps): bump actions/github-script from 7 to 9 #5

Workflow file for this run

name: CI
on:
pull_request:
permissions:
contents: read
concurrency:
group: docs-ci-${{ github.ref }}
cancel-in-progress: true
jobs:
docs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install Mintlify CLI
run: npm install --global mint@latest
- name: Validate docs
run: mint validate
- name: Check links
run: mint broken-links --check-anchors --check-snippets