Skip to content

Commit 809bca4

Browse files
authored
Enable cache on pre-commit config (#3)
1 parent d079866 commit 809bca4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ runs:
1010
steps:
1111
- name: Install the latest version of uv
1212
uses: astral-sh/setup-uv@v3
13+
with:
14+
enable-cache: true
15+
cache-dependency-glob: '.pre-commit-config.yaml'
1316
- uses: actions/cache@v4
1417
with:
1518
path: ~/.cache/pre-commit

0 commit comments

Comments
 (0)