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 700a1ac commit 709e887Copy full SHA for 709e887
Earthfile
@@ -86,7 +86,7 @@ check-shell-formatting:
86
yaml-formatting-base:
87
FROM +golang-base
88
# renovate: datasource=github-releases depName=google/yamlfmt
89
- ENV YAMLFMT_VERSION="v0.10.0"
+ ENV YAMLFMT_VERSION="v0.14.0"
90
RUN go install github.com/google/yamlfmt/cmd/yamlfmt@$YAMLFMT_VERSION
91
COPY ".yamlfmt" "./"
92
DO +COPY_CI_DATA
0 commit comments