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 415cd7a commit e551e92Copy full SHA for e551e92
.github/workflows/checks.yaml
@@ -25,7 +25,6 @@ jobs:
25
run: |
26
nix flake check \
27
--show-trace
28
-
29
build-matrix:
30
name: build.${{ matrix.system }}
31
runs-on: ${{ matrix.runner }}
@@ -62,7 +61,6 @@ jobs:
62
61
--show-trace \
63
--no-link \
64
--flake .
65
66
build:
67
needs: build-matrix
68
runs-on: ubuntu-slim
flake-modules/treefmt.nix
@@ -17,6 +17,7 @@
17
rustfmt.enable = true;
18
texfmt.enable = true;
19
typstyle.enable = true;
20
+ yamlfmt.enable = true;
21
};
22
23
packages.treefmt-nix = config.treefmt.build.wrapper;
0 commit comments