feat: Add basic full tests with actions

Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
2023-07-04 15:32:35 +02:00
parent cd5993c04c
commit 3669078563
5 changed files with 60 additions and 2 deletions

View File

@ -7,3 +7,8 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120
# Yaml Standard
[*.{yaml,yml}]
indent_style = space
indent_size = 2