Skip to content

Commit 9615d43

Browse files
Add UV_RESOLUTION to make checkgenerate step
We want to leave uv.lock alone in the repo.
1 parent 2d1f70b commit 9615d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
- name: Format
4242
run: make format
4343
- name: Check generated
44-
run: make checkgenerate
44+
run: UV_RESOLUTION=${{ matrix.resolution }} make checkgenerate
4545
env:
4646
BUF_TOKEN: ${{ secrets.BUF_TOKEN }}

0 commit comments

Comments
 (0)