Merge pull request #21 from knorrium/update_gha

Update PR triggers to run the json validator
This commit is contained in:
wiz 2022-11-10 16:09:10 +09:00 committed by GitHub
commit b4efb8b63c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,6 +5,7 @@ on:
paths:
- "**.json"
pull_request:
types: [opened, review_requested, synchronize]
jobs:
json_validator: