Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

check-links

check-links #826

Workflow file for this run

name: check-links
on:
push:
branches: main
pull_request:
branches: main
schedule:
- cron: '0 0 * * *' # every day at midnight
jobs:
broken-links:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Check Markdown Links
uses: ruzickap/action-my-markdown-link-checker@v1
with:
config_file: .github/.mlc_config.json