Add listRegistrationToken endpoint to latest stable and preview versi… #107
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: Specs Model - 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/specs-model-test.yaml | |
- eng/tools/package.json | |
- eng/tools/tsconfig.json | |
- eng/tools/specs-model/** | |
workflow_dispatch: | |
jobs: | |
specsModel: | |
name: Specs Model | |
uses: ./.github/workflows/_reusable-eng-tools-test.yaml | |
with: | |
package: specs-model | |
lint: true | |
prettier: true |