Skip to content

Commit 0200aa0

Browse files
authored
fix(schema): Correct and update the JSON Schema (#15000)
### What does this PR try to resolve? Fixes #14999 ### How should we test and review this PR? ### Additional information
2 parents f73259d + 876f17d commit 0200aa0

File tree

3 files changed

+356
-349
lines changed

3 files changed

+356
-349
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,13 @@ jobs:
205205
- name: Fetch smoke test
206206
run: ci/fetch-smoke-test.sh
207207

208+
schema:
209+
runs-on: ubuntu-latest
210+
steps:
211+
- uses: actions/checkout@v4
212+
- run: rustup update stable && rustup default stable
213+
- run: cargo test -p cargo-util-schemas -F unstable-schema
214+
208215
resolver:
209216
runs-on: ubuntu-latest
210217
steps:

0 commit comments

Comments
 (0)