We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31ef7a commit bfdca11Copy full SHA for bfdca11
.github/workflows/check-go-dependencies-task.yml
@@ -14,6 +14,7 @@ on:
14
- ".licenses/**"
15
- ".licensed.json"
16
- ".licensed.ya?ml"
17
+ - "debian/arduino-cli/usr/share/doc/arduino-cli/copyright"
18
- "Taskfile.ya?ml"
19
- "**/.gitmodules"
20
- "**/go.mod"
@@ -24,6 +25,7 @@ on:
24
25
26
27
28
29
30
31
@@ -139,8 +141,3 @@ jobs:
139
141
140
142
- name: Check for dependencies with unapproved licenses
143
run: task --silent general:check-dep-licenses
-
- - name: Check debian copyright file
144
- run: |
145
- task update-deb-copyright
146
- git diff --color --exit-code
0 commit comments