Skip to content

Commit

Permalink
Add missing schema file to JSON validation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbendebiene authored Jun 28, 2023
1 parent 2f702af commit 170d196
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/json_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ on:
- '**/map_feature_collection.json'
- '**/map_feature_collection_schema.json'
- '**/osm_condition_schema.json'
- '**/expression_schema.json'
pull_request:
paths:
- '**/question_catalog.json'
- '**/question_catalog_schema.json'
- '**/map_feature_collection.json'
- '**/map_feature_collection_schema.json'
- '**/osm_condition_schema.json'
- '**/expression_schema.json'

# Allow running this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 170d196

Please sign in to comment.