👷 Use uv cache on GitHub Actions (#1366)

This commit is contained in:
Sebastián Ramírez
2024-09-24 11:52:42 +02:00
committed by GitHub
parent 1f666c4907
commit 911223516c
3 changed files with 3 additions and 0 deletions

View File

@@ -23,5 +23,6 @@ jobs:
uses: astral-sh/setup-uv@v2
with:
version: "0.4.15"
enable-cache: true
- run: uv run bash scripts/lint.sh
working-directory: backend