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 ac7be5e commit d7d4e59Copy full SHA for d7d4e59
Earthfile
@@ -81,7 +81,7 @@ check-shell-formatting:
81
yaml-formatting-base:
82
FROM +golang-base
83
# renovate: datasource=github-releases depName=google/yamlfmt
84
- ENV YAMLFMT_VERSION="v0.10.0"
+ ENV YAMLFMT_VERSION="v0.14.0"
85
RUN go install github.com/google/yamlfmt/cmd/yamlfmt@$YAMLFMT_VERSION
86
COPY ".yamlfmt" "./"
87
DO +COPY_CI_DATA
0 commit comments