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 d7cbde4 commit a7a077bCopy full SHA for a7a077b
.github/workflows/checks.yaml
@@ -43,6 +43,17 @@ jobs:
43
version: 3.x
44
repo-token: ${{ secrets.GITHUB_TOKEN }}
45
46
+ # This is required to allow licensee/setup-licensed to install Licensed via Ruby gem.
47
+ - name: Install Ruby
48
+ uses: ruby/setup-ruby@v1
49
+ with:
50
+ ruby-version: ruby # Install latest version
51
+ - name: Install licensed
52
+ uses: licensee/[email protected]
53
54
+ github_token: ${{ secrets.GITHUB_TOKEN }}
55
+ version: 5.x
56
+
57
- name: Run deb copyright check
58
run: |
59
task update-deb-copyright
0 commit comments