1
0

Update 'json-schema-validate-action' to 1.4.0 to support custom error messages

This commit is contained in:
Gabriel Freitas
2025-07-07 10:48:23 -03:00
parent 014ac36072
commit 5ffd57492e
2 changed files with 8 additions and 7 deletions

View File

@@ -121,10 +121,11 @@ jobs:
- name: Validate meta.json Against Schema
if: always() && steps.find-changed-mods.outputs.changed_mods_found == 'true'
uses: dsanders11/json-schema-validate-action@v1.2.0
uses: dsanders11/json-schema-validate-action@v1.4.0
with:
schema: "./schema/meta.schema.json"
files: ${{ steps.find-changed-mods.outputs.meta_json_files }}
custom-errors: true
- name: Validate Download URLs
if: always() && steps.find-changed-mods.outputs.changed_mods_found == 'true'