Add properties as required for ipampool and body as required for put … #1974
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/** | |
workflow_dispatch: | |
jobs: | |
typespec-validation: | |
uses: ./.github/workflows/_reusable-eng-tools-test.yaml | |
with: | |
package: typespec-validation |