Commit 43fc8e7
committed
Add missing tasks to "umbrella" tasks
The Taskfile contains convenience tasks that allow the contributor to run all tasks of a given type with a single
command:
- check: run all tasks that check for problems with the project
- fix: run all tasks that automatically fix problems with the project
Some task that were added to the file were appropriate for inclusion in these "umbrella" tasks, but were not added.1 parent 40d17d7 commit 43fc8e7
1 file changed
+3
-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 | | |
17 | 19 | | |
18 | 20 | | |
| 21 | + | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
| |||
0 commit comments