Skip to content

Commit 8301cd2

Browse files
authored
Merge pull request #5 from marverix/add-jsonschema
Add jsonschema
2 parents c5ed6bb + 21cd9de commit 8301cd2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- db
1010

1111
jobs:
12-
test:
12+
validate:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout

db.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"gping": "orf/gping",
1919
"helm": "helm/helm",
2020
"helmfile": "helmfile/helmfile",
21+
"jsonschema": "sourcemeta/jsonschema",
2122
"jq": "jqlang/jq",
2223
"k9s": "derailed/k9s",
2324
"kind": "kubernetes-sigs/kind",

0 commit comments

Comments
 (0)