From 0b38e20298ca1d321d87ecef9b4169019d5ca235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Sat, 30 Sep 2023 11:47:01 +0200 Subject: [PATCH] Fix CI contract schema check --- .github/workflows/ci-contracts-schema.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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