Skip to content

Commit

Permalink
[core] Add yml support to prettier (mui#33980)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored and Daniel Rabe committed Nov 29, 2022
1 parent 3684056 commit eab6f6e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-if-pr-has-label.yml
Expand Up @@ -6,11 +6,11 @@ on:

jobs:
test-label-applied:
# Tests that label is added on the PR
# Tests that label is added on the PR
runs-on: ubuntu-latest
steps:
- uses: mnajdova/github-action-required-labels@v2.1
with:
mode: minimum
count: 1
labels: ""
labels: ''
2 changes: 1 addition & 1 deletion .github/workflows/no-response.yml
Expand Up @@ -23,4 +23,4 @@ jobs:
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
closeComment: >
Since the issue is missing key information and has been inactive for 7 days, it has been automatically closed.
If you wish to see the issue reopened, please provide the missing information.
If you wish to see the issue reopened, please provide the missing information.
2 changes: 1 addition & 1 deletion scripts/prettier.js
Expand Up @@ -48,7 +48,7 @@ function runPrettier(options) {
});

const files = glob
.sync('**/*.{js,jsx,md,tsx,ts,json,html,css,prisma}', {
.sync('**/*.{js,jsx,md,tsx,ts,json,html,css,prisma,yml}', {
cwd: workspaceRoot,
gitignore: true,
ignore: [
Expand Down

0 comments on commit eab6f6e

Please sign in to comment.