Skip to content

Updated to no longer require parenthesis to cascade right. #907

Updated to no longer require parenthesis to cascade right.

Updated to no longer require parenthesis to cascade right. #907

Workflow file for this run

name: Check Markdown links
on:
push:
branches:
- main
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened, edited, ready_for_review]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: Forte-Service-Company-Ltd/infrastructure-tooling
ref: v0.0.4b
path: infrastructure-tooling
- uses: Forte-Service-Company-Ltd/infrastructure-tooling/.github/actions/markdown-link-checker@v0.0.4b
with:
config-file: '.github/workflows/mlc_config.json'
file-path: './README.md, ./CHANGELOG.md, ./CODE_OF_CONDUCT.md, ./CONTRIBUTING.md, ./SECURITY.md'