File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -157,6 +157,8 @@ tasks:
157157 # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies-task/Taskfile.yml
158158 general:cache-dep-licenses :
159159 desc : Cache dependency license metadata
160+ deps :
161+ - task : general:prepare-deps
160162 cmds :
161163 - |
162164 if ! which licensed &>/dev/null; then
@@ -215,6 +217,11 @@ tasks:
215217 cmds :
216218 - npx prettier --write .
217219
220+ # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-go-dependencies-task/Taskfile.yml
221+ general:prepare-deps :
222+ desc : Prepare project dependencies for license check
223+ # No preparation is needed for Go module-based projects.
224+
218225 # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/go-task/Taskfile.yml
219226 go:build :
220227 desc : Build the Go code
You can’t perform that action at this time.
0 commit comments