Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gcb/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ steps:
#!/usr/bin/env bash
set -euv
# Make three attempts to avoid download flakes.
go install github.com/google/yamlfmt/cmd/yamlfmt@v0.13.0 || \
go install github.com/google/yamlfmt/cmd/yamlfmt@v0.13.0 || \
go install github.com/google/yamlfmt/cmd/yamlfmt@v0.13.0
go install github.com/google/yamlfmt/cmd/yamlfmt@v0.21.0 || \
go install github.com/google/yamlfmt/cmd/yamlfmt@v0.21.0 || \
go install github.com/google/yamlfmt/cmd/yamlfmt@v0.21.0
git ls-files -z -- '*.yaml' '*.yml' ':!:testdata/**' ':!:**/generated/**' ':!:librarian.yaml' | \
xargs -0 yamlfmt
V=$(sed -n 's/^version: *//p' librarian.yaml)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ We use `yamlfmt` to format hand-crafted YAML files (mostly GitHub Actions).
Install and use with:

```bash
go install github.com/google/yamlfmt/cmd/yamlfmt@v0.13.0
go install github.com/google/yamlfmt/cmd/yamlfmt@v0.21.0
```

use with:
Expand Down
Loading