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 86b8227 commit a91497d
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/validate-json.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@ on:
pull_request:
branches:
- main
name: Validate Controller JSON
name: Validate JSON
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Validate JSON
uses: walbo/validate-json@v1.1.0
- name: Validate Controller JSON
uses: dsanders11/json-schema-validate-action
with:
schema: .schema/controller.json
files: "*/*/*/config.json"
schema: "./.schema/controller.json"
schema-version: draft-04
fail-on-missing-schema: true
strict: true

0 comments on commit a91497d

Please sign in to comment.