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

✨ overall refactoring and linter fixes #3

✨ overall refactoring and linter fixes

✨ overall refactoring and linter fixes #3

Workflow file for this run

name: Check PR Markdown links
on:
pull_request:
types: [opened, edited, synchronize, reopened]
paths:
- '**.md'
# Remove all permissions from GH_TOKEN except metadata.
permissions: {}
jobs:
markdown-link-check:
name: Broken Links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag=v4.1.6
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # tag=v1
with:
use-quiet-mode: 'yes'
config-file: .markdownlinkcheck.json
check-modified-files-only: 'yes'
base-branch: main