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..2bb42e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: contents: write steps: - uses: actions/checkout@v4 - - uses: w3c/spec-prod@v2 + - uses: w3c/spec-prod@pubrules-profiles-patch with: BUILD_FAIL_ON: warning GH_PAGES_BRANCH: gh-pages @@ -21,3 +21,4 @@ jobs: status: NOTE metadata order: *, !* metadata include: Participate no, Feedback yes + VALIDATE_PUBRULES: true