We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c67e4 commit 954652bCopy full SHA for 954652b
.editorconfig
@@ -9,3 +9,7 @@ indent_size = 4
9
end_of_line = lf
10
insert_final_newline = true
11
trim_trailing_whitespace = true
12
+
13
+[*.yml]
14
+indent_style = space
15
+indent_size = 2
.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:
16
BUILD_FAIL_ON: warning
17
GH_PAGES_BRANCH: gh-pages
@@ -21,3 +21,4 @@ jobs:
21
status: NOTE
22
metadata order: *, !*
23
metadata include: Participate no, Feedback yes
24
+ VALIDATE_PUBRULES: true
0 commit comments