Skip to content

Move logging of data access to V7 to resolve #1960 #398

Move logging of data access to V7 to resolve #1960

Move logging of data access to V7 to resolve #1960 #398

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'