Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfy76700 committed Mar 15, 2024
1 parent 5ede81d commit 86b8227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: walbo/validate-json@v1.1.0
with:
files: "*/*/*/config.json"
schema: ".schema/controller.json"
schema: "./.schema/controller.json"
schema-version: draft-04
fail-on-missing-schema: true
strict: true

0 comments on commit 86b8227

Please sign in to comment.