Skip to content

docs(policy-json): add Common use cases section with browsers.create(… #359

docs(policy-json): add Common use cases section with browsers.create(…

docs(policy-json): add Common use cases section with browsers.create(… #359

Workflow file for this run

name: Check Broken Links
on:
pull_request:
push:
branches: [main]
jobs:
broken-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install Mintlify CLI
run: npm install -g mint
- name: Check for broken links
run: mint broken-links