Skip to content

Commit

Permalink
Add schema validation workflow 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hans5958 authored Oct 19, 2023
1 parent 7fd9421 commit 9fae7f4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/schema-validation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Validate schema
name: Schema Validation

on:
push:
Expand Down Expand Up @@ -30,7 +30,6 @@ jobs:
if: github.event_name == 'push' || github.event_name == 'pull_request'
uses: ScratchAddons/validate-json-action@master
with:
schema: https://raw.githubusercontent.com/ScratchAddons/manifest-schema/dist/schema.json
jsons: |
${{ steps.changed.outputs.files_created }}
${{ steps.changed.outputs.files_updated }}
Expand All @@ -39,5 +38,4 @@ jobs:
if: "! (github.event_name == 'push' || github.event_name == 'pull_request')"
uses: ScratchAddons/validate-json-action@master
with:
schema: https://raw.githubusercontent.com/ScratchAddons/manifest-schema/dist/schema.json
jsons: '*/*.json'
jsons: '*/*.json'

0 comments on commit 9fae7f4

Please sign in to comment.