Skip to content

Bump js-yaml from 4.1.0 to 4.1.1 in /compatibility-check #2876

Bump js-yaml from 4.1.0 to 4.1.1 in /compatibility-check

Bump js-yaml from 4.1.0 to 4.1.1 in /compatibility-check #2876

name: Check Markdown Links
on:
pull_request:
permissions:
contents: read
pull-requests: write
jobs:
check-links:
name: Check links
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: Run linkspector
uses: umbrelladocs/action-linkspector@v1
with:
reporter: github-pr-review
fail_on_error: true