[Microsoft.AzureStackHCI] Add 2024-04-01 for StackHCI (#29110) #1
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: TypeSpec Validation - Test | |
on: | |
push: | |
branches: | |
- main | |
- typespec-next | |
pull_request: | |
paths: | |
- package-lock.json | |
- package.json | |
- tsconfig.json | |
- .github/workflows/_reusable-eng-tools-test.yaml | |
- .github/workflows/typespec-validation-test.yaml | |
- eng/tools/package.json | |
- eng/tools/tsconfig.json | |
- eng/tools/suppressions/** | |
- eng/tools/typespec-validation/** | |
jobs: | |
typespec-validation: | |
uses: ./.github/workflows/_reusable-eng-tools-test.yaml | |
with: | |
package: typespec-validation |