diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 37f1560..2f2b570 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -10,6 +10,20 @@ on: workflow_dispatch: jobs: - call-licensed: - name: Licensed - uses: actions/reusable-workflows/.github/workflows/licensed.yml@main + validate-cached-dependency-records: + runs-on: ubuntu-latest + name: Check licenses + steps: + + - name: Checkout + uses: actions/checkout@v4 + + - name: Install dependencies + run: npm ci --ignore-scripts + + - name: Install licensed tool + run: | + brew install licensed@5.0.4 + + - name: Check cached dependency records + run: licensed status \ No newline at end of file