File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4040 run : make lint
4141 - name : Format
4242 run : make format
43- - name : Check generated
44- run : UV_RESOLUTION=${{ matrix.resolution }} make checkgenerate
43+ # When running with matrix.resolution == lowest, we expect uv.lock to change, but we don't want that file checked in.
44+ - if : matrix.resolution == 'highest'
45+ name : Check generated
46+ run : make checkgenerate
4547 env :
4648 BUF_TOKEN : ${{ secrets.BUF_TOKEN }}
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ lint: install $(BIN)/buf ## Lint code
7070 uv run -- ruff format --check --diff protovalidate test
7171 uv run -- mypy protovalidate
7272 uv run -- ruff check protovalidate test
73- uv sync --locked
73+ uv lock --check
7474
7575.PHONY : install
7676install : # # Install dependencies
You can’t perform that action at this time.
0 commit comments