Skip to content

chore: run yamlfmt on .librarian/state.yaml#14419

Merged
parthea merged 1 commit intomainfrom
update-yaml-format
Sep 11, 2025
Merged

chore: run yamlfmt on .librarian/state.yaml#14419
parthea merged 1 commit intomainfrom
update-yaml-format

Conversation

@parthea
Copy link
Copy Markdown
Contributor

@parthea parthea commented Sep 11, 2025

Ran the following to fix the formatting in .librarian/state.yaml

go install github.com/google/yamlfmt/cmd/yamlfmt@latest
export PATH="/usr/local/google/home/partheniou/go/bin:$PATH"
yamlfmt .librarian/state.yaml

We can run yamlfmt anytime we make changes to .librarian/state.yaml to reduce the diff due to formatting differences as librarian uses yamlfmt

@parthea parthea requested a review from a team as a code owner September 11, 2025 20:32
@parthea parthea requested a review from jinseopkim0 September 11, 2025 20:32
@parthea parthea changed the title chore: run yamlfmt chore: run yamlfmt on .librarian/state.yaml Sep 11, 2025
@parthea parthea enabled auto-merge (squash) September 11, 2025 20:33
@parthea parthea merged commit f374407 into main Sep 11, 2025
23 checks passed
@parthea parthea deleted the update-yaml-format branch September 11, 2025 20:34
parthea added a commit that referenced this pull request Sep 16, 2025
Ran the following to fix the formatting in `.librarian/state.yaml`

```
go install github.com/google/yamlfmt/cmd/yamlfmt@latest
export PATH="/usr/local/google/home/partheniou/go/bin:$PATH"
yamlfmt .librarian/state.yaml
```

We can run `yamlfmt` anytime we make changes to `.librarian/state.yaml`
to reduce the diff due to formatting differences as librarian uses
`yamlfmt`
parthea added a commit that referenced this pull request Sep 16, 2025
Ran the following to fix the formatting in `.librarian/state.yaml`

```
go install github.com/google/yamlfmt/cmd/yamlfmt@latest
export PATH="/usr/local/google/home/partheniou/go/bin:$PATH"
yamlfmt .librarian/state.yaml
```

We can run `yamlfmt` anytime we make changes to `.librarian/state.yaml`
to reduce the diff due to formatting differences as librarian uses
`yamlfmt`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants