Skip to content

Commit df9198d

Browse files
committed
Testing another action
Signed-off-by: George Araújo <[email protected]>
1 parent 14a21e3 commit df9198d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/validate-cv-yml.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout 🛎️
2424
uses: actions/checkout@v4
2525
- name: Validate cv.yml 🧪
26-
uses: cardinalby/schema-validator-action@v3
26+
uses: dsanders11/json-schema-validate-action
2727
with:
28-
file: '_data/cv.yml'
29-
schema: 'https://github.com/rendercv/rendercv/blob/main/schema.json?raw=true'
28+
files: "_data/cv.yml"
29+
schema: "https://github.com/rendercv/rendercv/blob/main/schema.json?raw=true"

0 commit comments

Comments
 (0)