Skip to content

Commit

Permalink
Fix prettier destroying markdown NOTE (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger authored Sep 17, 2024
1 parent 9f1f1fe commit 79fb68e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79fb68e

Please sign in to comment.