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 d67a4a1 commit d7cbde4Copy full SHA for d7cbde4
.github/workflows/checks.yaml
@@ -36,3 +36,14 @@ jobs:
36
run: |
37
go mod tidy
38
git diff --color --exit-code
39
+
40
+ - name: Install Task
41
+ uses: arduino/setup-task@v2
42
+ with:
43
+ version: 3.x
44
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
45
46
+ - name: Run deb copyright check
47
+ run: |
48
+ task update-deb-copyright
49
+ git diff --color --exit-code
Taskfile.yml
@@ -77,7 +77,6 @@ tasks:
77
desc: Extract project and dependency licenses into asd copyright
78
cmds:
79
- |
80
- licensed cache
81
licensed notices
82
83
cat > debian/arduino-router/usr/share/doc/arduino-router/copyright <<EOF
0 commit comments