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 14a21e3 commit df9198dCopy full SHA for df9198d
.github/workflows/validate-cv-yml.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Checkout 🛎️
24
uses: actions/checkout@v4
25
- name: Validate cv.yml 🧪
26
- uses: cardinalby/schema-validator-action@v3
+ uses: dsanders11/json-schema-validate-action
27
with:
28
- file: '_data/cv.yml'
29
- schema: 'https://github.com/rendercv/rendercv/blob/main/schema.json?raw=true'
+ files: "_data/cv.yml"
+ schema: "https://github.com/rendercv/rendercv/blob/main/schema.json?raw=true"
0 commit comments