We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd52d55 commit 6b4f49cCopy full SHA for 6b4f49c
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
lint:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
14
- uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7
15
- run: uv sync --dev
16
- run: uv run ruff check .
@@ -20,7 +20,7 @@ jobs:
20
test:
21
22
23
24
25
- name: Install bubblewrap
26
run: sudo apt-get update && sudo apt-get install -y bubblewrap
0 commit comments