mirror of
https://github.com/janikvonrotz/awesome-powershell.git
synced 2025-03-02 11:59:16 -05:00
Create markdownLink.yml
This commit is contained in:
parent
1586826076
commit
6941f0a450
18
.github/workflows/markdownLink.yml
vendored
Normal file
18
.github/workflows/markdownLink.yml
vendored
Normal 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
|
Loading…
x
Reference in New Issue
Block a user