diff options
Diffstat (limited to '')
-rw-r--r-- | flake/devshell.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/flake/devshell.nix b/flake/devshell.nix index 13c0281..886d7c1 100644 --- a/flake/devshell.nix +++ b/flake/devshell.nix @@ -61,7 +61,11 @@ shellcheck.enable = true; shfmt.enable = true; taplo.enable = true; - yamlfmt.enable = true; + # I don't understand why this is causing issues in CI. When + # I run `nix flake check` locally I don't get any issues but + # CI is failing with errors in some of the workflows. + # Commenting this until I have a proper solution + # yamlfmt.enable = true; }; }; |