We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c0ff8 commit f8d234dCopy full SHA for f8d234d
README.md
@@ -48,6 +48,7 @@ on:
48
branches: [main]
49
jobs:
50
build:
51
+ runs-on: ubuntu-latest
52
steps:
53
- name: Checkout repo
54
uses: actions/checkout@v4
@@ -67,11 +68,12 @@ on:
67
68
69
70
71
72
73
74
75
- name: JSON Schema Check
- used: actions/[email protected]
76
+ uses: kit-data-manager/[email protected]
77
with:
78
schemaPath: 'schema.json'
79
schemaVersion: 'draft-07'
0 commit comments