Skip to content

Commit cb21fde

Browse files
Fix CI checkgenerate
1 parent b5009d6 commit cb21fde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
run: make lint
4444
- name: Format
4545
run: make format
46-
# When running with matrix.resolution == lowest, we expect uv.lock to change, but we don't want that file checked in.
47-
- if: matrix.resolution == 'highest'
46+
# When running with matrix.resolution == highest, we expect uv.lock to change, but we don't want that file checked in.
47+
- if: matrix.resolution == 'higest'
4848
name: Check generated
4949
run: make checkgenerate
5050
env:

0 commit comments

Comments
 (0)