We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64fbd3f commit 77abb98Copy full SHA for 77abb98
Makefile
@@ -20,7 +20,7 @@ check-shell-formatting:
20
docker run --rm -v $(PWD):/workspace -w /workspace -u $(UID):$(GID) mvdan/shfmt:$(SHFMT_VERSION) --simplify --diff ci/*
21
22
# renovate: depName=ghcr.io/google/yamlfmt
23
-YAMLFMT_VERSION=0.17.1@sha256:4aef3416c720c378e8faeb2b96faebdd092058fe8860a868fdb33c8ed5d50a5d
+YAMLFMT_VERSION=0.17.2@sha256:fa6874890092db69f35ece6a50e574522cae2a59b6148a1f6ac6d510e5bcf3cc
24
25
check-yaml-formatting:
26
docker pull ghcr.io/google/yamlfmt:$(YAMLFMT_VERSION)
0 commit comments