mirror of
https://github.com/actions/github-script.git
synced 2026-04-07 14:49:25 +00:00
Add install deps action to reuse between workflows
This commit is contained in:
parent
30d8f852ac
commit
a903cf2d66
5 changed files with 18 additions and 41 deletions
6
.github/workflows/licensed.yml
vendored
6
.github/workflows/licensed.yml
vendored
|
|
@ -20,9 +20,5 @@ jobs:
|
|||
- uses: jonabc/setup-licensed@82c5f4d19e8968efa74a25b132922382c2671fe2
|
||||
with:
|
||||
version: '3.x'
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '20.x'
|
||||
cache: npm
|
||||
- run: npm ci
|
||||
- uses: ./.github/actions/install-dependencies
|
||||
- run: licensed status
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue