Skip to content

Commit

Permalink
Create validate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwofford committed Jan 10, 2025
1 parent f76e45d commit d0f12b9
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@v4

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

0 comments on commit d0f12b9

Please sign in to comment.