Suppress use standard names rule that didn't trigger for some specs (… #882
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 |