Skip to content

Commit

Permalink
chore: rename json schema script
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Mar 6, 2024
1 parent 4e6940c commit 76d5f1d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
git diff-index --quiet HEAD --
- name: Validate JSON schemas
run: |
./scripts/ci/validate-json-schemas.sh
./scripts/ci/check-json-schemas.sh
- name: Validate all SDKs are represented in data files
run: |
./scripts/ci/sdk-consistency.sh
File renamed without changes.

0 comments on commit 76d5f1d

Please sign in to comment.