Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YAML file validation using a remote JSON schema

Validates a YAML file by converting it to JSON and validating it using a JSON schema retrieved from a remote API endpoint.

Inputs

api-endpoint

Required The HTTP API endpoint which returns the JSON schema.

yaml-file

Required The name of the YAML file to validate.

Example usage

- name: YAML file validation
  uses: mpoc/nexus-validate-using-remote-schema-action@main
  with:
    api-endpoint: 'http://example.com/validate'
    yaml-file: assignment.yml

About

No description, website, or topics provided.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages