Fix CI contract schema check

This commit is contained in:
Jon Häggblad
2023-09-30 11:47:01 +02:00
parent 38f78c9983
commit 0b38e20298
+1 -2
View File
@@ -23,9 +23,8 @@ jobs:
with:
toolchain: stable
- name: Generate the schema
run: make contract-schema
- name: Check for diff
run: git diff --exit-code -- contracts/*/schema
run: git diff --exit-code -- contracts/**/schema