Skip to content

Commit fab0825

Browse files
authored
Merge pull request #597 from per1234/prettier-file-pattern-reference
Add reference link comment for Prettier filename matching patterns
2 parents 3eefe28 + d4c2d9c commit fab0825

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/check-prettier-formatting-task.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ on:
108108
- "Taskfile.ya?ml"
109109
- "**/.prettierignore"
110110
- "**/.prettierrc*"
111+
# Prettier-covered file patterns are defined by:
112+
# https://github.com/github-linguist/linguist/blob/main/lib/linguist/languages.yml
111113
# CSS
112114
- "**.css"
113115
- "**.wxss"

workflow-templates/check-prettier-formatting-task.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ on:
108108
- "Taskfile.ya?ml"
109109
- "**/.prettierignore"
110110
- "**/.prettierrc*"
111+
# Prettier-covered file patterns are defined by:
112+
# https://github.com/github-linguist/linguist/blob/main/lib/linguist/languages.yml
111113
# CSS
112114
- "**.css"
113115
- "**.wxss"

0 commit comments

Comments
 (0)