Skip to content

Commit

Permalink
added github action to validate yaml files (#1000)
Browse files Browse the repository at this point in the history
Co-authored-by: graham <[email protected]>
  • Loading branch information
yednapg and grymmy authored Nov 8, 2023
1 parent 6f08d3f commit 2cb3900
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/validate.yml
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

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

- name: json-yaml-validate
id: json-yaml-validate
uses: GrantBirki/[email protected]
with:
comment: "true"

0 comments on commit 2cb3900

Please sign in to comment.