File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1717 - name : " Checkout Repository"
1818 uses : actions/checkout@v5
1919
20- - name : Install pnpm
21- uses : pnpm/action-setup@v4
22- with :
23- version : 10
24- run_install : false
25-
26- - name : Setup NodeJS
27- uses : actions/setup-node@v5
28- with :
29- node-version : ${{ env.NODE_VERSION }}
30- cache : ' pnpm'
31-
3220 - name : " Dependency Review"
3321 uses : actions/dependency-review-action@v4
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v5
1212
13+ - name : Install pnpm
14+ uses : pnpm/action-setup@v4
15+ with :
16+ version : 10
17+ run_install : false
18+
19+ - name : Setup NodeJS
20+ uses : actions/setup-node@v5
21+ with :
22+ node-version : ${{ env.NODE_VERSION }}
23+ cache : ' pnpm'
24+
1325 -
uses :
reviewdog/[email protected] 1426 with :
1527 github_token : ${{ secrets.GITHUB_TOKEN }}
1628 reporter : github-pr-review # Change reporter.
17- eslint_flags : " ./src"
29+ eslint_flags : ' ./src'
You can’t perform that action at this time.
0 commit comments