Skip to content

fix(ci): fix build workflow #4405

fix(ci): fix build workflow

fix(ci): fix build workflow #4405

Workflow file for this run

name: Check Markdown Links
on:
pull_request:
branches:
- master
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 1
- uses: gaurav-nelson/github-action-markdown-link-check@v1