Commit 9210a6c
committed
Add reference link comment for Prettier filename matching patterns
Prettier uses filename pattern matching to identify the programming language of files (and from this determines which
files to format, and how to format those files). This is based on data from the "Linguist" project.
That data was used as a reference for configuring the paths filter of the "Check Prettier Formatting" workflow, which
ensures that the workflow will run whenever relevant files are modified.
Documenting that reference via a comment in the workflow will facilitate the maintenance of the paths filter.1 parent f92e5dc commit 9210a6c
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments