Skip to content

Commit ccdaafc

Browse files
ci: add check
1 parent 6dec057 commit ccdaafc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/check-go-dependencies-task.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,8 @@ jobs:
139139

140140
- name: Check for dependencies with unapproved licenses
141141
run: task --silent general:check-dep-licenses
142+
143+
- name: Check debian copyright file
144+
run: |
145+
task update-deb-copyright
146+
git diff --color --exit-code

0 commit comments

Comments
 (0)