A simple GitHub Action that validate Microsoft DTDL files based on the Microsoft DTDL Validator project.
- 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
The scripts in this project are released under the MIT License