Skip to content

[OR-4967] [Doc] [EVM] [Listing][BAU]Update docs for new listing on 6t… #123

[OR-4967] [Doc] [EVM] [Listing][BAU]Update docs for new listing on 6t…

[OR-4967] [Doc] [EVM] [Listing][BAU]Update docs for new listing on 6t… #123

Workflow file for this run

name: Check for broken links
on:
- push
- pull_request
jobs:
check:
if: github.repository == 'orderlynetwork/documentation'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Node
uses: actions/setup-node@v2
with:
node-version: "20"
- name: Install Mintlify CLI
run: |
npm i -g mintlify
- name: Check links
run: |
mintlify broken-links