Skip to content

Commit 56e0ba2

Browse files
committed
fix lint
1 parent df70de8 commit 56e0ba2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/lint.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: astral/setup-uv@v5
15+
- uses: astral-sh/setup-uv@v5
1616
with:
17-
version: "latest"
17+
version: "latest"
18+
python-version: "3.12"
19+
enable-cache: true
20+
cache-suffix: "ruff"
1821

1922
- name: Install dependencies
2023
run: |

0 commit comments

Comments
 (0)