Skip to content

Remove legacy bundle and field interfaces from MAPL Base (#4828) #3017

Remove legacy bundle and field interfaces from MAPL Base (#4828)

Remove legacy bundle and field interfaces from MAPL Base (#4828) #3017

name: "Markup Link Checker"
on:
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
- labeled
- unlabeled
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
# Enforces that all links in the documentation are valid.
link-check:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Markup Link Checker (mlc) - with retries
uses: Wandalen/wretry.action@v3.8.0
with:
action: becheran/mlc@v1
with: |
args: . --ignore-path "CHANGELOG.md"
attempt_limit: 3
attempt_delay: 2000