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 eda0474 commit 48e47ef
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/licenses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,8 @@ 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
echo "Installing license-checker"
npm install -g license-checker
license-checker --version
fi
license-checker --production --unknown --out /dev/null --onlyAllow "$SPDX_ALLOWED_DELIMITED" --excludePackages "$EXCLUDE_PACKAGES"
Expand Down

0 comments on commit 48e47ef

Please sign in to comment.