Skip to content

Commit 144e38f

Browse files
committed
Run validate-json before publishing.
1 parent 05b6c98 commit 144e38f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
steps:
2323
- name: checkout
2424
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25+
- name: install check-jsonschema
26+
run: pipx install check-jsonschema
27+
- name: validate builds.json
28+
run: ./scripts/validate-json.sh
2529
- name: resolve matrix
2630
id: resolve
2731
run: echo "matrix=$(./scripts/resolve-matrix.sh)" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)