Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

feat: Add markdown link checker for PRs #6

feat: Add markdown link checker for PRs

feat: Add markdown link checker for PRs #6

name: Check Markdown links
on:
# This workflow requires pull_request and won't work with pull_request_target
# due to github permissions
pull_request:
types:
- opened
- reopened
- synchronize
- closed
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: tcort/github-action-markdown-link-check@v1