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 eec88e9 commit 64fbd3fCopy full SHA for 64fbd3f
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.0@sha256:b4ebf4ff064f5bcf779ef4799dad1fc52542e137677699210aea2de2b270e97f
+YAMLFMT_VERSION=0.17.1@sha256:4aef3416c720c378e8faeb2b96faebdd092058fe8860a868fdb33c8ed5d50a5d
24
25
check-yaml-formatting:
26
docker pull ghcr.io/google/yamlfmt:$(YAMLFMT_VERSION)
0 commit comments