Skip to content

Test for #40775 (#45072) (#45075) #20

Test for #40775 (#45072) (#45075)

Test for #40775 (#45072) (#45075) #20

Workflow file for this run

name: Lint doc Markdown links
on:
push:
paths:
- docs/**
pull_request:
paths:
- docs/**
jobs:
markdown-link-check:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Prepare front-end environment
uses: ./.github/actions/prepare-frontend
- name: Lint doc links
run: yarn run docs-lint-links