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.
2 parents 6b40759 + 6e51854 commit afe5709Copy full SHA for afe5709
.github/workflows/functional.yaml
@@ -33,7 +33,7 @@ jobs:
33
- uses: actions/checkout@v4
34
35
- name: Install uv
36
- uses: astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v6
37
38
- name: Install Playwright
39
run: uv run playwright install --with-deps
.github/workflows/lint.yaml
@@ -26,7 +26,7 @@ jobs:
26
27
28
29
30
31
- name: Install project
32
run: uv sync --locked --all-extras --dev
@@ -38,7 +38,7 @@ jobs:
40
41
42
43
- name: Check formatting
44
run: uv run ruff format --check
0 commit comments