Skip to content

Commit e06d2b6

Browse files
committed
remove licence check
1 parent 83c8ce9 commit e06d2b6

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/checks.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -37,18 +37,3 @@ jobs:
3737
go mod tidy
3838
git diff --color --exit-code
3939
40-
# This is required to allow licensee/setup-licensed to install Licensed via Ruby gem.
41-
- name: Install Ruby
42-
uses: ruby/setup-ruby@v1
43-
with:
44-
ruby-version: ruby # Install latest version
45-
- name: Install licensed
46-
uses: licensee/setup-licensed@v1.3.2
47-
with:
48-
github_token: ${{ secrets.GITHUB_TOKEN }}
49-
version: 5.x
50-
51-
- name: Run deb copyright check
52-
run: |
53-
go tool task update-deb-copyright
54-
git diff --color --exit-code

0 commit comments

Comments
 (0)