Skip to content

Commit 320fe7d

Browse files
authored
Update the licensed workflow to use the latest version
1 parent d81cc47 commit 320fe7d

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

.github/workflows/licensed.yml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,20 @@ on:
1010
workflow_dispatch:
1111

1212
jobs:
13-
call-licensed:
14-
name: Licensed
15-
uses: actions/reusable-workflows/.github/workflows/licensed.yml@main
13+
validate-cached-dependency-records:
14+
runs-on: ubuntu-latest
15+
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

Comments
 (0)