diff --git a/.editorconfig b/.editorconfig index 64f3748..6542dba 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,7 @@ indent_size = 4 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true + +[*.yml] +indent_style = space +indent_size = 2 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a204a53..464c9b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,3 +21,4 @@ jobs: status: NOTE metadata order: *, !* metadata include: Participate no, Feedback yes + VALIDATE_PUBRULES: true