|
14 | 14 | - ".licenses/**" |
15 | 15 | - ".licensed.json" |
16 | 16 | - ".licensed.ya?ml" |
| 17 | + - "debian/arduino-cli/usr/share/doc/arduino-cli/copyright" |
17 | 18 | - "Taskfile.ya?ml" |
18 | 19 | - "**/.gitmodules" |
19 | 20 | - "**/go.mod" |
|
24 | 25 | - ".licenses/**" |
25 | 26 | - ".licensed.json" |
26 | 27 | - ".licensed.ya?ml" |
| 28 | + - "debian/arduino-cli/usr/share/doc/arduino-cli/copyright" |
27 | 29 | - "Taskfile.ya?ml" |
28 | 30 | - "**/.gitmodules" |
29 | 31 | - "**/go.mod" |
@@ -139,8 +141,3 @@ jobs: |
139 | 141 |
|
140 | 142 | - name: Check for dependencies with unapproved licenses |
141 | 143 | 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