Skip to content

🔊 Update CHANGELOG (#6717) #3253

🔊 Update CHANGELOG (#6717)

🔊 Update CHANGELOG (#6717) #3253

name: Check Markdown links for modified files
on: [pull_request]
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v3
# Workaround for `fatal: unsafe repository (REPO is owned by someone else)` issue
# https://github.com/actions/checkout/issues/760
# https://github.com/actions/checkout/issues/766
# https://github.com/gaurav-nelson/github-action-markdown-link-check/issues/132
- name: Run markdown-link-check
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
check-modified-files-only: 'yes'