Skip to content

Commit

Permalink
Add v16 draft file
Browse files Browse the repository at this point in the history
  • Loading branch information
rnestler committed Dec 28, 2024
1 parent 479e7d2 commit 58c3d08
Show file tree
Hide file tree
Showing 3 changed files with 1,517 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
schema: [12, 13, 14, 15]
schema: [12, 13, 14, 15, 16-draft]
steps:
- uses: actions/checkout@v4
- name: Reformat JSON with jq
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
schema: [12, 13, 14, 15]
schema: [12, 13, 14, 15, 16-draft]
steps:
- uses: actions/checkout@v4
- name: Install validator
Expand Down
Loading

0 comments on commit 58c3d08

Please sign in to comment.