Skip to content

Commit a7a077b

Browse files
committed
fixup! add deb notice check
1 parent d7cbde4 commit a7a077b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/checks.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,17 @@ jobs:
4343
version: 3.x
4444
repo-token: ${{ secrets.GITHUB_TOKEN }}
4545

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+
with:
54+
github_token: ${{ secrets.GITHUB_TOKEN }}
55+
version: 5.x
56+
4657
- name: Run deb copyright check
4758
run: |
4859
task update-deb-copyright

0 commit comments

Comments
 (0)