Skip to content

Commit 3fd038c

Browse files
authored
Validate that pubrules passes on PRs. (#29)
Also adjust editorconfig to indent workflows correctly.
1 parent 0d4cb99 commit 3fd038c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs:
2121
status: NOTE
2222
metadata order: *, !*
2323
metadata include: Participate no, Feedback yes
24+
VALIDATE_PUBRULES: true

0 commit comments

Comments
 (0)