From eac5032dece9afb40c899fbfdad1b116fef95974 Mon Sep 17 00:00:00 2001 From: Novus Nota <68142933+novusnota@users.noreply.github.com> Date: Wed, 27 Mar 2024 21:25:49 +0100 Subject: [PATCH] ci: JSON Schema adherence check for tact.config.json --- .github/workflows/tact.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tact.yml b/.github/workflows/tact.yml index 26dd81791..0a8b247c1 100644 --- a/.github/workflows/tact.yml +++ b/.github/workflows/tact.yml @@ -40,6 +40,9 @@ jobs: - name: Check there are no errors reported by ESLint run: | yarn lint + + - name: Check that tact.config.json adheres to the JSON schema + run: | yarn lint:schema - name: Compare Tact version from CLI flag `--version` against package.json