mirror of
https://github.com/agresdominik/cheat_sheet.git
synced 2026-04-21 18:05:51 +00:00
feature: add json validity test
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user