Skip to content

Commit

Permalink
add JSON/YML validator action
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Apr 19, 2024
1 parent 62b70d2 commit fdcf754
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/json-yaml-validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# validate JSON and YAML files
# homepage: https://github.com/GrantBirki/json-yaml-validate

name: Validate JSON and YAML files

on: [push, pull_request]

jobs:
json-yaml-validate:
name: validate JSON and YAML files
runs-on: ubuntu-latest

steps:
- name: Checkout repository contents
uses: actions/checkout@v4

- name: json-yaml-validate
uses: GrantBirki/[email protected]
with:
base_dir: "./dataGraphs/thematics"



0 comments on commit fdcf754

Please sign in to comment.