Skip to content

Commit b31ef7a

Browse files
committed
Taskfile cache-dep-license will update also deb package license recap
1 parent 08ff7e2 commit b31ef7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Taskfile.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ includes:
44
dist: ./DistTasks.yml
55

66
tasks:
7-
update-deb-copyright:
7+
general:update-deb-copyright:
88
desc: Extract project and dependency licenses into debian copyright
99
cmds:
1010
- |
@@ -57,6 +57,7 @@ tasks:
5757
exit 1
5858
fi
5959
- licensed cache
60+
- task: general:update-deb-copyright
6061

6162
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies-task/Taskfile.yml
6263
general:check-dep-licenses:

0 commit comments

Comments
 (0)