Skip to content

Update markdown-to-pdf.yml #97

Update markdown-to-pdf.yml

Update markdown-to-pdf.yml #97

name: Markdown Link Checker on Pull Request
on:
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
markdown-link-checker-pull-request:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
check-modified-files-only: 'yes'
base-branch: 'main'
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'