File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
14- - uses : astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7
14+ - uses : astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7
1515 - run : uv sync --dev
1616 - run : uv run ruff check .
1717 - run : uv run ruff format --check .
2121 runs-on : ubuntu-latest
2222 steps :
2323 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
24- - uses : astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7
24+ - uses : astral-sh/setup-uv@6ee6290f1cbc4156c0bdd66691b2c144ef8df19a # v7
2525 - name : Install bubblewrap
2626 run : sudo apt-get update && sudo apt-get install -y bubblewrap
2727 - run : uv sync --dev
You can’t perform that action at this time.
0 commit comments