Commit f79a217
fix: reorder markdown processing to run prettier after markdownlint
Changed the order of steps in generate-docs action:
- Old order: textlint → prettier → markdownlint --fix → validate
- New order: textlint → markdownlint --fix → prettier → validate
This ensures prettier's table formatting (with aligned columns) is
the final result before validation, avoiding MD060 lint errors.
Also added ignoreReturnCode: true to markdownlint fix step so it
doesn't fail on unfixable issues before prettier can format.
Co-authored-by: neilime <314088+neilime@users.noreply.github.com>1 parent 6fba2ae commit f79a217
1 file changed
Lines changed: 19 additions & 21 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | 118 | | |
122 | 119 | | |
123 | 120 | | |
| |||
176 | 173 | | |
177 | 174 | | |
178 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
179 | 195 | | |
180 | 196 | | |
181 | 197 | | |
| |||
208 | 224 | | |
209 | 225 | | |
210 | 226 | | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | 227 | | |
230 | 228 | | |
231 | 229 | | |
| |||
0 commit comments