Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ check-shell-formatting:
docker run $(DOCKER_RUN_OPTS) mvdan/shfmt:$(SHFMT_VERSION) --simplify --diff ci/*

# renovate: depName=ghcr.io/google/yamlfmt
YAMLFMT_VERSION=0.18.1@sha256:79474d990f38705aa4ae46961e8b68082ddc88fde62e2f275fcea40c1e05018f
YAMLFMT_VERSION=0.19.0@sha256:9316569fdb8bd4e01f7bc75f2e7d45777a2dd216dc61dc39c48b8eeb2389397f

.PHONY: check-yaml-formatting
check-yaml-formatting:
Expand Down