Skip to content

Commit f14ab9c

Browse files
updates
1 parent f1b91c5 commit f14ab9c

File tree

5 files changed

+78462
-7
lines changed

5 files changed

+78462
-7
lines changed

.github/workflows/check-license.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,8 @@ jobs:
6565
fi
6666
6767
exit $EXIT_STATUS
68+
69+
- name: Check debian copyright file
70+
run: |
71+
task update-deb-copyright
72+
git diff --color --exit-code

.github/workflows/release-go-task.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,6 @@ jobs:
6666
repo-token: ${{ secrets.GITHUB_TOKEN }}
6767
version: 3.x
6868

69-
- name: Build License
70-
run: |
71-
task update-deb-copyright
72-
7369
- name: Build
7470
run: task dist:${{ matrix.env.os }}
7571

0 commit comments

Comments
 (0)