Skip to content

chore: add swift client links and new changelog page #490

chore: add swift client links and new changelog page

chore: add swift client links and new changelog page #490

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