mirror of
https://github.com/actions/checkout.git
synced 2025-04-11 02:36:01 +02:00
.
This commit is contained in:
parent
32baca7afe
commit
1ab409f1bd
1 changed files with 4 additions and 1 deletions
5
.github/workflows/licensed.yml
vendored
5
.github/workflows/licensed.yml
vendored
|
@ -11,7 +11,10 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # licensed sometimes needs more than latest commit on a branch
|
fetch-depth: 0 # licensed may need more than latest commit on a branch
|
||||||
|
- uses: jonabc/setup-licensed@v1
|
||||||
|
with:
|
||||||
|
version: 2.x
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- id: licensed
|
- id: licensed
|
||||||
uses: jonabc/licensed-ci@v1
|
uses: jonabc/licensed-ci@v1
|
||||||
|
|
Loading…
Add table
Reference in a new issue