There was an error while loading. Please reload this page.
1 parent 6f51dfe commit 6e81bfdCopy full SHA for 6e81bfd
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@e06108dd0aef18192324c70427afc47652e63a82 # v7
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