Skip to content

Commit 43fc8e7

Browse files
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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Taskfile.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,14 @@ tasks:
1111
deps:
1212
- task: npm:validate
1313
- task: general:check-spelling
14+
- task: npm:validate
15+
- task: poetry:validate
1416

1517
fix:
1618
desc: Make automated corrections to the project's files
1719
deps:
1820
- task: general:correct-spelling
21+
- task: poetry:sync
1922

2023
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/spell-check-task/Taskfile.yml
2124
general:check-spelling:

0 commit comments

Comments
 (0)