Skip to content

DOC-359: validate docs slack notification #297

DOC-359: validate docs slack notification

DOC-359: validate docs slack notification #297

Workflow file for this run

# Checks if the incoming pull request includes any broken internal links
name: Check for dead links
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- name: Checkout Current Repo
uses: actions/checkout@v4
- name: Check dead links
uses: ./.github/actions/validate@main
with:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_DOCS }}