Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Update yamlfmt to 0.12.1 with fixed nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed May 12, 2024
1 parent 012ff85 commit 2e960ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
go-version: "1.20"

- name: Install yamlfmt
run: go install github.com/google/yamlfmt/cmd/yamlfmt@v0.10.0
run: go install github.com/google/yamlfmt/cmd/yamlfmt@v0.12.1

- name: Install dependencies
run: npm ci --ignore-scripts
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
edge-pkgs.nixfmt-rfc-style

edge-pkgs.nodejs_20
yamlfmt # 0.12.0 have curucial bug https://github.com/NixOS/nixpkgs/pull/309773
edge-pkgs.yamlfmt
edge-pkgs.deno
edge-pkgs.dprint
edge-pkgs.typos
Expand Down

0 comments on commit 2e960ba

Please sign in to comment.