Skip to content

Commit 834c13c

Browse files
committed
Fix cache warning
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 6267c0a commit 834c13c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
uses: astral-sh/setup-uv@v7
2020
with:
2121
version: "latest"
22+
enable-cache: "false"
2223
- run: >-
2324
uvx -p 3.14 --from pre-commit-mirror-maker pre-commit-mirror . \
2425
--language=python --package-name=pyproject-fmt --files-regex '(^|/)pyproject\.toml$'

0 commit comments

Comments
 (0)