diff --git a/CICD/.yamllintheat.yaml b/CICD/.yamllintheat.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..d23091c16fdf89facc43781618d43255b5d14d31
--- /dev/null
+++ b/CICD/.yamllintheat.yaml
@@ -0,0 +1,10 @@
+---
+extends: default
+rules:
+  braces: {min-spaces-inside: 0, max-spaces-inside: 1}
+  brackets: {min-spaces-inside: 0, max-spaces-inside: 1}
+  comments: disable
+  comments-indentation: disable
+  document-start: disable
+  indentation: disable
+  line-length: disable
\ No newline at end of file