Skip to content

Extend test guidelines with implementation notes for unit/regression tests #570

Extend test guidelines with implementation notes for unit/regression tests

Extend test guidelines with implementation notes for unit/regression tests #570

Workflow file for this run

on: [pull_request]
name: Check links for modified files
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.15
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
check-modified-files-only: 'yes'
config-file: 'mlc_config.json'
base-branch: 'main'