Skip to content

A simple GitHub Action that validates Microsoft DTDL files. It is based on the Microsoft DTDL Validator project.

License

Notifications You must be signed in to change notification settings

SmartOperatingBlock/dtdl-validator-action

Repository files navigation

Dtdl Validator action

Test and Release

A simple GitHub Action that validate Microsoft DTDL files based on the Microsoft DTDL Validator project.

Usage

- uses: SmartOperatingBlock/dtdl-validator-action@<latest-version>
  with:
    # The folder in whitch the dtdl files are stored
    # Default: '.'
    folder: ''

    # If it is set to true then it will perform a recursive search starting from the
    # provided folder
    # Default: false
    recursive: true/false

License

The scripts in this project are released under the MIT License

About

A simple GitHub Action that validates Microsoft DTDL files. It is based on the Microsoft DTDL Validator project.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published