Moving private preview spec version to public preview for MySQL AMS d… #1
This file contains hidden or 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: | |
| permissions: | |
| contents: read | |
| jobs: | |
| specsModel: | |
| name: Specs Model | |
| uses: ./.github/workflows/_reusable-eng-tools-test.yaml | |
| with: | |
| package: specs-model | |
| lint: true | |
| prettier: true |