Update 'json-schema-validate-action' to 1.4.0 to support custom error messages
This commit is contained in:
3
.github/workflows/check-mod.yml
vendored
3
.github/workflows/check-mod.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user