This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
Add ICS-6280 model #1192
Workflow file for this run
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 |