Restructure RDR Folder #72
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Yaml Json Validation" | |
# Triggers the workflow on pull request events | |
on: pull_request | |
jobs: | |
yaml-json-validate: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Get Code | |
uses: actions/checkout@v3 | |
- name: json-yaml-validate | |
uses: GrantBirki/[email protected] | |
with: | |
# exclude_file: exclude.txt | |
allow_multiple_documents: true |