Skip to content

Commit f8d234d

Browse files
authored
Update README.md
1 parent d6c0ff8 commit f8d234d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ on:
4848
branches: [main]
4949
jobs:
5050
build:
51+
runs-on: ubuntu-latest
5152
steps:
5253
- name: Checkout repo
5354
uses: actions/checkout@v4
@@ -67,11 +68,12 @@ on:
6768
branches: [main]
6869
jobs:
6970
build:
71+
runs-on: ubuntu-latest
7072
steps:
7173
- name: Checkout repo
7274
uses: actions/checkout@v4
7375
- name: JSON Schema Check
74-
used: actions/[email protected]
76+
uses: kit-data-manager/[email protected]
7577
with:
7678
schemaPath: 'schema.json'
7779
schemaVersion: 'draft-07'

0 commit comments

Comments
 (0)