From 2cac67e3bd3d6c918d27856257d42071b383cc6f Mon Sep 17 00:00:00 2001 From: dmathieu <42@dmathieu.com> Date: Wed, 20 Nov 2024 09:36:13 +0100 Subject: [PATCH] run genjsonschema in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b60e049327..1068f2eaf66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: touch -t ${touchtime} "${filename}" ls -la --time-style=full-iso "${filename}" - name: Generate - run: make generate + run: make generate genjsonschema - name: Run linters run: make toolchain-check license-check lint vanity-import-check - name: Build