Skip to content

#997 (and related to #1444) logging reorg and deduplicating 7.1.3/7.2.3, 7.1.4, 7.2.1, 7.2.2 #170

#997 (and related to #1444) logging reorg and deduplicating 7.1.3/7.2.3, 7.1.4, 7.2.1, 7.2.2

#997 (and related to #1444) logging reorg and deduplicating 7.1.3/7.2.3, 7.1.4, 7.2.1, 7.2.2 #170

Workflow file for this run

name: URL Checker (PR)
on:
pull_request:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: link-check
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.github/workflows/config/url-checker-config.json'
folder-path: './5.0/'
check-modified-files-only: 'yes'