Commit 4c1ed77
committed
Move comment to appropriate location
The "Check Prettier Formatting" workflow is configured to only run when relevant files are modified by the use of path
filters. Due to Prettier being a general purpose formatting tool with coverage for an array of languages, and due to the
fact that multiple file extensions may be used for files of a given language, the paths filter is extensive. It is based
on the code Prettier uses to identify files. In order to facilitate maintenance of the workflow, a comment was added to
document the source upon which the paths filter is based.
The paths filter must be defined redundantly for both the `push` and `pull_request` event triggers. The decision was
made to only add the comment to one instance of the code. Somehow it ended up being added to the second instance, where
the maintainer is less likely to see it. It is hereby moved to the first instance.1 parent 380bcc0 commit 4c1ed77
File tree
2 files changed
+6
-4
lines changed- .github/workflows
- workflow-templates
2 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
115 | 118 | | |
116 | 119 | | |
117 | 120 | | |
118 | | - | |
119 | | - | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
115 | 118 | | |
116 | 119 | | |
117 | 120 | | |
118 | | - | |
119 | | - | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| |||
0 commit comments