Skip to content

Commit e551e92

Browse files
committed
chore(treefmt): add yamlfmt
1 parent 415cd7a commit e551e92

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/checks.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
run: |
2626
nix flake check \
2727
--show-trace
28-
2928
build-matrix:
3029
name: build.${{ matrix.system }}
3130
runs-on: ${{ matrix.runner }}
@@ -62,7 +61,6 @@ jobs:
6261
--show-trace \
6362
--no-link \
6463
--flake .
65-
6664
build:
6765
needs: build-matrix
6866
runs-on: ubuntu-slim

flake-modules/treefmt.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
rustfmt.enable = true;
1818
texfmt.enable = true;
1919
typstyle.enable = true;
20+
yamlfmt.enable = true;
2021
};
2122
};
2223
packages.treefmt-nix = config.treefmt.build.wrapper;

0 commit comments

Comments
 (0)