From a6f44da811a226bdfd427d8080b1981308895e5d Mon Sep 17 00:00:00 2001 From: Stefan VanBuren Date: Thu, 25 Sep 2025 21:25:36 -0400 Subject: [PATCH] Fix typo in CI This meant that we weren't running `make checkgenerate` in either step :facepalm:. Fixes it so it'll just run when using the default lowest-direct resolution. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7f1405f..e9eb3c8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: - name: Format run: make format # When running with matrix.resolution == highest, we expect uv.lock to change, but we don't want that file checked in. - - if: matrix.resolution == 'higest' + - if: matrix.resolution == 'lowest-direct' name: Check generated run: make checkgenerate env: