Skip to content

Commit

Permalink
Update Licenced CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TimonVS committed Nov 16, 2022
1 parent db93b22 commit ba80787
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/license-status.yml
Expand Up @@ -15,15 +15,11 @@ jobs:
licensed:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0 # prefer to use a full fetch for licensed workflows

- uses: actions/checkout@v3
- run: npm install --production

- uses: jonabc/setup-licensed@v1
with:
version: '2.x'
version: 3.x
- id: licensed
uses: jonabc/licensed-ci@v1
with:
Expand Down

0 comments on commit ba80787

Please sign in to comment.