From e9286e42ac2a981c51085f27cb72e6ec3703365d Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Tue, 17 Sep 2024 08:14:16 +0200 Subject: [PATCH] Fix prettier destroying markdown NOTE --- 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