Skip to content

Commit 8fcc248

Browse files
[license check workflow] Use package.json license:check shortcut
Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
1 parent 18164ec commit 8fcc248

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/license-check-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
java: ['11']
2525

2626
runs-on: ${{ matrix.os }}
27-
timeout-minutes: 60
27+
timeout-minutes: 20
2828

2929
steps:
3030
- name: Checkout
@@ -48,6 +48,6 @@ jobs:
4848
if: matrix.tests != 'skip'
4949
shell: bash
5050
run: |
51-
npx dash-licenses-wrapper --inputFile=./yarn.lock --project=<your project> --review"
51+
yarn license:check"
5252
env:
5353
DASH_TOKEN: ${{ secrets.DASH_LICENSES_PAT }}

0 commit comments

Comments
 (0)