We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cdcdee commit 657d729Copy full SHA for 657d729
.github/workflows/code-checks.yml
@@ -49,3 +49,6 @@ jobs:
49
50
- name: Check typing
51
run: mypy
52
+
53
+ - name: Minimize uv cache
54
+ run: uv cache prune --ci
0 commit comments