feature: add json validity test

This commit is contained in:
2026-03-23 20:29:14 +01:00
parent 74304b926d
commit 45f66a07ad
+5
View File
@@ -24,6 +24,11 @@ jobs:
go-version-file: go.mod go-version-file: go.mod
cache: true cache: true
- name: Validate command JSON files
run: |
jq empty data/commands.json
jq empty data/commands_template.json
- name: golangci-lint - name: golangci-lint
uses: golangci/golangci-lint-action@v6 uses: golangci/golangci-lint-action@v6
with: with: