Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 738 Bytes

File metadata and controls

23 lines (17 loc) · 738 Bytes

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