Skip to content

update README.md

update README.md #5

name: Check Markdown links
on:
pull_request:
paths:
- '**.md'
push:
branches:
- main
- dev
paths:
- '**.md'
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: technote-space/[email protected]
id: git_diff
with:
PATTERNS: |
**/**.md
- uses: gaurav-nelson/github-action-markdown-link-check@master
with:
folder-path: "docs"
check-modified-files-only: "yes"
use-quiet-mode: "yes"
base-branch: "dev"
if: env.GIT_DIFF