Skip to content

[FIX] don't expose the whole content of the last blog post (#517) #651

[FIX] don't expose the whole content of the last blog post (#517)

[FIX] don't expose the whole content of the last blog post (#517) #651

---
name: Check Markdown links
on:
push:
branches: [main]
pull_request:
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: no
use-verbose-mode: no
config-file: md_link_check_config.json
folder-path: docs
file-path: ./README.md