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 0cbeb8b commit 2592c97Copy full SHA for 2592c97
Earthfile
@@ -108,7 +108,7 @@ check-shell-formatting:
108
yaml-formatting-base:
109
FROM +golang-base
110
# renovate: datasource=github-releases depName=google/yamlfmt
111
- ENV YAMLFMT_VERSION="v0.10.0"
+ ENV YAMLFMT_VERSION="v0.14.0"
112
RUN go install github.com/google/yamlfmt/cmd/yamlfmt@$YAMLFMT_VERSION
113
COPY ".yamlfmt" "./"
114
DO +COPY_CI_DATA
0 commit comments