There was an error while loading. Please reload this page.
1 parent 6f51dfe commit 17f15f5Copy full SHA for 17f15f5
1 file changed
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
14
- - uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7
+ - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
15
- run: uv sync --dev
16
- run: uv run ruff check .
17
- run: uv run ruff format --check .
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
- name: Install bubblewrap
26
run: sudo apt-get update && sudo apt-get install -y bubblewrap
27
0 commit comments