Skip to content

Commit 89a1ab3

Browse files
feat: update docs link safety configuration to use stable revision and add VitePress markdown check
1 parent 6eca834 commit 89a1ab3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

prek.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ pass_filenames = true
5454
# ─── Docs link safety ────────────────────────────────────────────────────────
5555
[[repos]]
5656
repo = "https://github.com/KevinDeBenedetti/github-workflows"
57-
rev = "c91bedb2d28c23f8e4e42f49393ad5d2857b76c0"
57+
rev = "v0.3.0"
5858
hooks = [
5959
{ id = "check-docs-links" },
60+
{ id = "check-vitepress-md" },
6061
]

0 commit comments

Comments
 (0)