Skip to content

Commit

Permalink
fix(schema): Correct and update the JSON Schema (#15000)
Browse files Browse the repository at this point in the history
### What does this PR try to resolve?

Fixes #14999

### How should we test and review this PR?

### Additional information
  • Loading branch information
epage authored Jan 1, 2025
2 parents f73259d + 876f17d commit 0200aa0
Show file tree
Hide file tree
Showing 3 changed files with 356 additions and 349 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,13 @@ jobs:
- name: Fetch smoke test
run: ci/fetch-smoke-test.sh

schema:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup update stable && rustup default stable
- run: cargo test -p cargo-util-schemas -F unstable-schema

resolver:
runs-on: ubuntu-latest
steps:
Expand Down
Loading

0 comments on commit 0200aa0

Please sign in to comment.