Skip to content

Commit 43fddbc

Browse files
build: update formatting ignore controls to be done via prettierignore (#32506)
1 parent ad3e7d2 commit 43fddbc

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/google-internal-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
16-
- uses: angular/dev-infra/github-actions/pull-request-labeling@73051ae248ba64911a8e7e66536d8c99ba07ef2a
16+
- uses: angular/dev-infra/github-actions/google-internal-tests@73051ae248ba64911a8e7e66536d8c99ba07ef2a
1717
with:
1818
run-tests-guide-url: http://go/angular-material-presubmit
1919
github-token: ${{ secrets.GITHUB_TOKEN }}

.ng-dev/format.mts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,5 @@ import {FormatConfig} from '@angular/ng-dev';
66
*/
77
export const format: FormatConfig = {
88
buildifier: true,
9-
prettier: {
10-
matchers: ['**/*.{js,ts,mts,mjs,json}'],
11-
},
9+
prettier: true,
1210
};

.prettierignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ src/material/schematics/ng-update/test-cases/**/*_input.ts
1313
src/material/schematics/ng-update/test-cases/**/*_expected_output.ts
1414

1515
pnpm-lock.yaml
16+
17+
18+
# TODO: Enable formatting on markdown files
19+
**/*.md

0 commit comments

Comments
 (0)