From 45f66a07ad841956874e0464e62402f541a26bcc Mon Sep 17 00:00:00 2001 From: Dominik Agres Date: Mon, 23 Mar 2026 20:29:14 +0100 Subject: [PATCH] feature: add json validity test --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3b051d..6c8101d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,11 @@ jobs: go-version-file: go.mod cache: true + - name: Validate command JSON files + run: | + jq empty data/commands.json + jq empty data/commands_template.json + - name: golangci-lint uses: golangci/golangci-lint-action@v6 with: