Skip to content

chore: Cloud redo

chore: Cloud redo #452

Workflow file for this run

name: CI
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
cache: yarn
- name: Install Dependencies
run: yarn --frozen-lockfile
- name: Lint
run: yarn lint
- name: Check for Broken Links
run: |
yarn global add mintlify
mintlify broken-links