Skip to content

Commit

Permalink
Create validator.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 committed Aug 1, 2023
1 parent f0100f9 commit 992fae7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions validator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: json-yaml-validate
on:
push:
branches:
- main
pull_request:
workflow_dispatch:

permissions:
contents: read
pull-requests: write # enable write permissions for pull request comments

jobs:
json-yaml-validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: json-yaml-validate
id: json-yaml-validate
uses: GrantBirki/json-yaml-validate@v2.0.0 # replace with the latest version
with:
comment: "true" # enable comment mode

0 comments on commit 992fae7

Please sign in to comment.