- Notifications
You must be signed in to change notification settings - Fork1k
Commit6420b3f
committed
Optimize workflow logic and improve Vale style checking
- Move Vale installation to docs-setup action for better reusability- Remove duplicate Vale installation step from shared action- Add empty file check to Vale style checking for robustness- Update workflow to conditionally install Vale based on input parameter- Make Vale configuration more explicit with improved comments- Ensure consistent use of pre-processed file lists1 parent992c592 commit6420b3f
File tree
3 files changed
+22
-7
lines changed- .github
- docs/actions
- docs-setup
- docs-shared
- workflows
3 files changed
+22
-7
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 |
| |
15 | 19 |
| |
16 | 20 |
| |
| |||
33 | 37 |
| |
34 | 38 |
| |
35 | 39 |
| |
36 |
| - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
309 | 309 |
| |
310 | 310 |
| |
311 | 311 |
| |
312 |
| - | |
313 |
| - | |
314 |
| - | |
315 |
| - | |
316 |
| - | |
317 |
| - | |
318 | 312 |
| |
319 | 313 |
| |
320 | 314 |
| |
321 | 315 |
| |
322 | 316 |
| |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
323 | 324 |
| |
| 325 | + | |
324 | 326 |
| |
325 | 327 |
| |
326 | 328 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| 61 | + | |
| 62 | + | |
61 | 63 |
| |
62 | 64 |
| |
63 | 65 |
| |
|
0 commit comments
Comments
(0)