Skip to content

Commit b72b84d

Browse files
committed
Fix a pubrules error, and have spec-prod check for that in PRs.
Also adjust editorconfig to indent workflows correctly.
1 parent 6e6adaf commit b72b84d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ indent_size = 4
99
end_of_line = lf
1010
insert_final_newline = true
1111
trim_trailing_whitespace = true
12+
13+
[*.yml]
14+
indent_style = space
15+
indent_size = 2

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,5 @@ jobs:
2020
W3C_BUILD_OVERRIDE: |
2121
status: NOTE
2222
metadata order: *, !*
23+
metadata include: Participate no, Feedback yes
24+
VALIDATE_PUBRULES: true

0 commit comments

Comments
 (0)