Skip to content

add hint

add hint #1664

# For the config file:
# See https://github.com/tcort/markdown-link-check#config-file-format
name: Check cheat sheet links validity
on:
workflow_dispatch:
push:
branches: [master]
paths:
- "**/*.md"
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Setup Action
uses: actions/checkout@v6
- name: Run the script to check links
run: |
chmod +x validate-md-links.py
python validate-md-links.py