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 f0148d5 commit c4baec9Copy full SHA for c4baec9
.github/workflows/json-validation.yml
@@ -16,3 +16,7 @@ jobs:
16
- name: Validate JSON files
17
shell: pwsh
18
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