Skip to content

Commit

Permalink
Fix licensed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ffurrer2 committed Jul 10, 2023
1 parent 89e3df1 commit c5c733e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/licensed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ruby

- name: Setup licensed
uses: jonabc/setup-licensed@v1
with:
Expand Down

0 comments on commit c5c733e

Please sign in to comment.