Skip to content

Commit b559fc9

Browse files
committed
Validate that pubrules passes on PRs.
Also adjust editorconfig to indent workflows correctly.
1 parent 6e6adaf commit b559fc9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contents: write
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: w3c/spec-prod@v2
14+
- uses: w3c/spec-prod@pubrules-profiles-patch
1515
with:
1616
BUILD_FAIL_ON: warning
1717
GH_PAGES_BRANCH: gh-pages
@@ -20,3 +20,4 @@ jobs:
2020
W3C_BUILD_OVERRIDE: |
2121
status: NOTE
2222
metadata order: *, !*
23+
VALIDATE_PUBRULES: true

0 commit comments

Comments
 (0)