Skip to content

chore: Prepare Repository for Repo-rules #18

chore: Prepare Repository for Repo-rules

chore: Prepare Repository for Repo-rules #18

Workflow file for this run

name: PR Docu Checks
on:
pull_request:
branches:
- "main"
- "release-*"
workflow_dispatch:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Validate links
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: "yes"
use-verbose-mode: "yes"
config-file: ".mlc.config.json"
folder-path: "."
max-depth: -1
check-modified-files-only: "yes"
base-branch: ${{ github.base_ref }}
PR-Docu-Checks:
name: markdown-link-check
runs-on: ubuntu-latest
steps:
- name: Success
run: echo "All checks passed"