Skip to content

Commit

Permalink
CL-0: Saving changes
Browse files Browse the repository at this point in the history
  • Loading branch information
antonello-simeon-m0 committed Dec 12, 2024
1 parent 6edf36f commit d77fc2a
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/license_finder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,19 @@ jobs:
- name: Checkout
uses: 'actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608'
with:
path: license-finder
#path: license-finder
repository: m0-foundation/license-finder

# Checking out the GitHub repository on the runner
- name: Checkout
uses: 'actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608'
with:
path: ${{ github.event.repository.name }}
# # Checking out the GitHub repository on the runner
#- name: Checkout
# uses: 'actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608'
# with:
# path: ${{ github.event.repository.name }}

- name: Check license_finder version
run: |
/usr/share/rvm/gems/ruby-3.2.3/bin/license_finder version
/usr/share/rvm/gems/ruby-3.2.3/bin/license_finder -prepare --composer-check-require-only=true --decisions-file=/doc/dependency_decisions.yml --python-version=3
#source /usr/share/rvm/scripts/rvm
#license_finder --version

0 comments on commit d77fc2a

Please sign in to comment.