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 83c8ce9 commit e06d2b6Copy full SHA for e06d2b6
.github/workflows/checks.yaml
@@ -37,18 +37,3 @@ jobs:
37
go mod tidy
38
git diff --color --exit-code
39
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
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