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

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