This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
37 additions
and
28 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
name: 'YAML Schema Validator' | ||
description: 'Validate YAML files in a repo according to settings' | ||
inputs: | ||
settingsFile: | ||
settingsFile: | ||
description: 'Location of schema configuration file' | ||
required: false | ||
default: '.vscode/settings.json' | ||
yamlSchemasJson: | ||
description: 'The yaml.schemas config as inline JSON' | ||
required: false | ||
outputs: | ||
invalidFiles: | ||
validFiles: | ||
description: 'Comma separated list of files that passed the schema validation' | ||
invalidFiles: | ||
description: 'Comma separated list of files that failed the schema validation' | ||
runs: | ||
using: 'node12' | ||
main: 'lib/index.js' | ||
branding: | ||
branding: | ||
icon: 'check' | ||
color: orange |
Oops, something went wrong.