Skip to content

🚀Add Configurable RBAC Support #2321

🚀Add Configurable RBAC Support

🚀Add Configurable RBAC Support #2321

name: Check Markdown links
on:
schedule:
- cron: '30 4 * * *'
pull_request:
branches:
- main
push:
branches:
- main
workflow_dispatch:
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
fetch-depth: 0
- name: Run Markdown links checker
uses: gaurav-nelson/github-action-markdown-link-check@d53a906aa6b22b8979d33bc86170567e619495ec # 1.0.15
with:
use-quiet-mode: yes
use-verbose-mode: yes
folder-path: './, ./docs'
max-depth: 0
base-branch: main