Skip to content

Commit c4baec9

Browse files
committed
add JSON name alignment check to validation workflow
1 parent f0148d5 commit c4baec9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/json-validation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ jobs:
1616
- name: Validate JSON files
1717
shell: pwsh
1818
run: ./scripts/validate-json.ps1
19+
20+
- name: Check JSON Name alignment
21+
shell: pwsh
22+
run: ./scripts/check-name-alignment.ps1

0 commit comments

Comments
 (0)