DNS Resolver Release 2023-07-01-Preview with new DNS Security Policy … #659
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 Requirement - Test | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
paths: | |
- package-lock.json | |
- package.json | |
- tsconfig.json | |
- .github/workflows/_reusable-eng-tools-test.yaml | |
- .github/workflows/typespec-requirement-test.yaml | |
- eng/scripts/** | |
- eng/tools/package.json | |
- eng/tools/tsconfig.json | |
- eng/tools/typespec-requirement/** | |
jobs: | |
typespec-requirement: | |
uses: ./.github/workflows/_reusable-eng-tools-test.yaml | |
with: | |
package: typespec-requirement |