Create markdownLink.yml

This commit is contained in:
Frederik Hjorslev 2022-05-18 20:40:48 +02:00 committed by GitHub
parent 1586826076
commit 6941f0a450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

18
.github/workflows/markdownLink.yml vendored Normal file
View File

@ -0,0 +1,18 @@
on:
pull_request:
branches:
- master
- 'release/**'
name: Check links for modified files
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
check-modified-files-only: 'yes'
config-file: .github/workflows/markdown-link/config.json