We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20c5046 + 8063059 commit fd6ce7bCopy full SHA for fd6ce7b
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
13
- name: Install the latest version of uv
14
- uses: astral-sh/setup-uv@d9e0f98d3fc6adb07d1e3d37f3043649ddad06a1 # v6
+ uses: astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6
15
- name: Check format
16
run: |
17
uv run --frozen ruff format --diff
@@ -31,7 +31,7 @@ jobs:
31
with:
32
compose-file: "./docker-compose.yml"
33
34
35
36
- name: Wait for service to be ready
37
0 commit comments