We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b6c98 commit 144e38fCopy full SHA for 144e38f
1 file changed
.github/workflows/publish.yml
@@ -22,6 +22,10 @@ jobs:
22
steps:
23
- name: checkout
24
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
29
- name: resolve matrix
30
id: resolve
31
run: echo "matrix=$(./scripts/resolve-matrix.sh)" >> "$GITHUB_OUTPUT"
0 commit comments