2 Commits

Author SHA1 Message Date
agresdominik 4b21757e16 chore: bump 2026-03-23 20:34:44 +01:00
agresdominik 45f66a07ad feature: add json validity test 2026-03-23 20:29:14 +01:00
2 changed files with 6 additions and 1 deletions
+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:
+1 -1
View File
@@ -1 +1 @@
0.1.1 0.1.2