From 79fb68ebfeb2abe22b057cef1f7c7d24e5a3d61c Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Tue, 17 Sep 2024 08:27:37 +0200 Subject: [PATCH] Fix prettier destroying markdown NOTE (#80) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13f41ae..56cd069 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,9 @@ If you want to control when the cache is invalidated, specify a glob pattern wit `cache-dependency-glob` input. The cache will be invalidated if any file matching the glob pattern changes. The glob matches files relative to the repository root. -> [!NOTE] The default is `**/uv.lock`. +> [!NOTE] +> +> The default is `**/uv.lock`. ```yaml - name: Define a cache dependency glob