Skip to content

Commit d47e8aa

Browse files
authored
Merge pull request #22 from complexdatacollective/feature/schema-8
implement new validation options and bump to schema 8
2 parents 19d1939 + 787f4d6 commit d47e8aa

File tree

3 files changed

+1876
-1810
lines changed

3 files changed

+1876
-1810
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v2
2525
with:
2626
repository: complexdatacollective/protocol-validation
27-
ref: feature/schema-version-7
27+
ref: feature/schema-version-8
2828
path: protocol-validation
2929

3030
- name: Install protocol validation

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v2
2626
with:
2727
repository: complexdatacollective/protocol-validation
28-
ref: feature/schema-version-7
28+
ref: feature/schema-8
2929
path: protocol-validation
3030

3131
- name: Install protocol validation

0 commit comments

Comments
 (0)