Skip to content

PMM-9146 Documentation update for LBAC #249

PMM-9146 Documentation update for LBAC

PMM-9146 Documentation update for LBAC #249

Workflow file for this run

name: Linkspector
on:
pull_request:
paths:
- "documentation/**"
jobs:
check-links:
name: linkspector
runs-on: ubuntu-22.04
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Check out code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Run linkspector
uses: umbrelladocs/action-linkspector@a0567ce1c7c13de4a2358587492ed43cab5d0102 # v1.3.4
with:
github_token: ${{ secrets.ROBOT_TOKEN || secrets.GITHUB_TOKEN }}
reporter: github-pr-review
fail_level: error
filter_mode: nofilter
config_file: documentation/.linkspector.yml