Skip to content

Commit bfdca11

Browse files
committed
Updated workflow as suggested
1 parent b31ef7a commit bfdca11

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
- ".licenses/**"
1515
- ".licensed.json"
1616
- ".licensed.ya?ml"
17+
- "debian/arduino-cli/usr/share/doc/arduino-cli/copyright"
1718
- "Taskfile.ya?ml"
1819
- "**/.gitmodules"
1920
- "**/go.mod"
@@ -24,6 +25,7 @@ on:
2425
- ".licenses/**"
2526
- ".licensed.json"
2627
- ".licensed.ya?ml"
28+
- "debian/arduino-cli/usr/share/doc/arduino-cli/copyright"
2729
- "Taskfile.ya?ml"
2830
- "**/.gitmodules"
2931
- "**/go.mod"
@@ -139,8 +141,3 @@ jobs:
139141

140142
- name: Check for dependencies with unapproved licenses
141143
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)