Skip to content

Commit

Permalink
Update licenses.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz authored Dec 19, 2024
1 parent 19bd2fb commit 4d1f5db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,13 @@ jobs:
fi
yarn install --network-concurrency 1
if [[ -z $(which license-checker) ]]; then
"Installing license-checker"
npm install -g license-checker;
license-checker --version
else
"license-checker already installed"
which license-checker
license-checker --version
fi
license-checker --production --unknown --out=/dev/null --onlyAllow="$SPDX_ALLOWED_DELIMITED" --excludePackages="$EXCLUDE_PACKAGES"
done
Expand Down

0 comments on commit 4d1f5db

Please sign in to comment.