fix prettier check for microsoft.hybrid compute 2024 09 10 preview #1441
Workflow file for this run
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: Suppressions - 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/suppressions-test.yaml | |
- eng/tools/package.json | |
- eng/tools/tsconfig.json | |
- eng/tools/suppressions/** | |
workflow_dispatch: | |
jobs: | |
suppressions: | |
uses: ./.github/workflows/_reusable-eng-tools-test.yaml | |
with: | |
package: suppressions |