Skip to content

NH-89406: improve control for building debug version of the extension and added documentation #42

NH-89406: improve control for building debug version of the extension and added documentation

NH-89406: improve control for building debug version of the extension and added documentation #42

name: Markdown Link Check
on:
pull_request:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# act -j markdown-link-check --container-architecture linux/arm64
- name: "Markdown Link Check"
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: '.markdown-link-check.json'
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'