Skip to content

Commit

Permalink
Update .github/workflows/pr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tailor-machine committed Nov 7, 2024
1 parent 350afa2 commit d868c4a
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ jobs:
name: licensing_node
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: npm ci
- name: Run setup-licensed
uses: jonabc/setup-licensed@v1
with:
version: "3.x"
github_token: ${{ secrets.GITHUB_TOKEN }}
- run: licensed cache
- uses: jonabc/licensed-ci@v1
with:
workflow: branch
github_token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
- run: npm ci
- name: Run setup-licensed
uses: github/setup-licensed@v1
with:
version: "3.x"
github_token: ${{ secrets.GITHUB_TOKEN }}
- run: licensed cache
- uses: github/licensed-ci@v1
with:
workflow: branch
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d868c4a

Please sign in to comment.