flake: add yamllint

This commit is contained in:
Felix Buehler 2023-07-30 12:51:21 +02:00
parent 95a721e7b8
commit 4c76c412da
2 changed files with 12 additions and 6 deletions

View file

@ -75,6 +75,10 @@
excludes = [ "secrets\\.yaml" ];
};
markdownlint.enable = true;
yamllint = {
enable = true;
excludes = [ "secrets\\.yaml" ];
};
};
};