diff --git a/.github/workflows/ci-contracts-schema.yml b/.github/workflows/ci-contracts-schema.yml index 80bd33c9af..e2d63763cf 100644 --- a/.github/workflows/ci-contracts-schema.yml +++ b/.github/workflows/ci-contracts-schema.yml @@ -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