Fix prettier destroying markdown NOTE (#80)

This commit is contained in:
Kevin Stillhammer 2024-09-17 08:27:37 +02:00 committed by GitHub
parent 9f1f1fece2
commit 79fb68ebfe
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: B5690EEEBB952194

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
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