Skip to content

Commit

Permalink
Testing another action
Browse files Browse the repository at this point in the history
Signed-off-by: George Araújo <george.gcac@gmail.com>
  • Loading branch information
george-gca committed Jan 27, 2025
1 parent 14a21e3 commit df9198d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/validate-cv-yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Validate cv.yml 🧪
uses: cardinalby/schema-validator-action@v3
uses: dsanders11/json-schema-validate-action
with:
file: '_data/cv.yml'
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 comments on commit df9198d

Please sign in to comment.