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 9595 # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies-task/Taskfile.yml
9696 general:cache-dep-licenses :
9797 desc : Cache dependency license metadata
98+ deps :
99+ - task : general:prepare-deps
98100 cmds :
99101 - |
100102 if ! which licensed &>/dev/null; then
@@ -142,6 +144,11 @@ tasks:
142144 codespell \
143145 --write-changes
144146
147+ # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-go-dependencies-task/Taskfile.yml
148+ general:prepare-deps :
149+ desc : Prepare project dependencies for license check
150+ # No preparation is needed for Go module-based projects.
151+
145152 # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-go-task/Taskfile.yml
146153 go:fix :
147154 desc : Modernize usages of outdated APIs
You can’t perform that action at this time.
0 commit comments