This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
Submit PNP models for Device Update GA+ #1205
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
name: validate-models | |
on: | |
pull_request: | |
branches: [main] | |
paths: | |
- '**/*' | |
jobs: | |
validate-repository-submission: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: Azure/iot-plugandplay-models-tools/.github/actions/validate-models@actions/1.0.3 |