From 7530288f63e57d6289b3f0e885766b03778b0f3b Mon Sep 17 00:00:00 2001 From: Sanskar Jethi Date: Tue, 14 Nov 2023 03:57:21 +0530 Subject: [PATCH] ci: detect broken markdown links in README add a markdown-link-check github action --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aded2327f..df93bea75 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,5 +6,11 @@ repos: args: - --fix - id: ruff-format + + - repo: https://github.com/tcort/markdown-link-check + rev: v3.11.2 + hooks: + - id: markdown-link-check + args: [-q] ci: autoupdate_schedule: weekly