Skip to content

Commit

Permalink
Add license approval to action
Browse files Browse the repository at this point in the history
  • Loading branch information
xjunior committed May 13, 2024
1 parent e5158c9 commit 0713f3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ruby-gem/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ runs:
working-directory: '${{ inputs.workdir }}'
shell: 'bash'
run: 'bundle exec rake'
- uses: ralexander-phi/license_approval@master
with:
working_directory: '${{ inputs.workdir }}'
extra_flags: --enabled-package-managers=bundler

0 comments on commit 0713f3d

Please sign in to comment.