Skip to content

Commit b6b0c7b

Browse files
fixup! updates
1 parent f14ab9c commit b6b0c7b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/check-license.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ jobs:
4141
with:
4242
ruby-version: ruby # Install latest version
4343

44+
- name: Install Task
45+
uses: arduino/setup-task@v2
46+
with:
47+
repo-token: ${{ secrets.GITHUB_TOKEN }}
48+
version: 3.x
49+
4450
- name: Install licensee
4551
run: gem install licensee
4652

0 commit comments

Comments
 (0)