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: