We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81cc47 commit 320fe7dCopy full SHA for 320fe7d
1 file changed
.github/workflows/licensed.yml
@@ -10,6 +10,20 @@ on:
10
workflow_dispatch:
11
12
jobs:
13
- call-licensed:
14
- name: Licensed
15
- uses: actions/reusable-workflows/.github/workflows/licensed.yml@main
+ validate-cached-dependency-records:
+ runs-on: ubuntu-latest
+ name: Check licenses
16
+ steps:
17
+
18
+ - name: Checkout
19
+ uses: actions/checkout@v4
20
21
+ - name: Install dependencies
22
+ run: npm ci --ignore-scripts
23
24
+ - name: Install licensed tool
25
+ run: |
26
+ brew install [email protected]
27
28
+ - name: Check cached dependency records
29
+ run: licensed status
0 commit comments