Skip to content

Commit d7cbde4

Browse files
committed
add deb notice check
1 parent d67a4a1 commit d7cbde4

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/checks.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,14 @@ jobs:
3636
run: |
3737
go mod tidy
3838
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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ tasks:
7777
desc: Extract project and dependency licenses into asd copyright
7878
cmds:
7979
- |
80-
licensed cache
8180
licensed notices
8281
8382
cat > debian/arduino-router/usr/share/doc/arduino-router/copyright <<EOF

0 commit comments

Comments
 (0)