mirror of
https://github.com/janikvonrotz/awesome-powershell.git
synced 2024-12-25 23:39:51 -05:00
19 lines
454 B
YAML
19 lines
454 B
YAML
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
|