We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9f1e1 commit ad13203Copy full SHA for ad13203
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13
- name: Install the latest version of uv
14
- uses: astral-sh/setup-uv@445689ea25e0de0a23313031f5fe577c74ae45a1 # v6
+ uses: astral-sh/setup-uv@bd01e18f51369d5a26f1651c3cb451d3417e3bba # 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