Fix prettier destroying markdown NOTE

This commit is contained in:
Kevin Stillhammer 2024-09-17 08:14:16 +02:00
parent 9f1f1fece2
commit e9286e42ac
No known key found for this signature in database

View file

@ -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 `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. changes. The glob matches files relative to the repository root.
> [!NOTE] The default is `**/uv.lock`. > [!NOTE]
>
> The default is `**/uv.lock`.
```yaml ```yaml
- name: Define a cache dependency glob - name: Define a cache dependency glob