File tree 1 file changed +19
-19
lines changed
1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -40,25 +40,25 @@ jobs:
40
40
# if: ${{ github.event.pull_request.base.ref == 'release' }}
41
41
# env:
42
42
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43
- dedupe-check :
44
- runs-on : ubuntu-latest
45
- if : github.event.pull_request.head.ref == 'next'
46
- steps :
47
- - name : Checkout repository
48
- uses : actions/checkout@v2
43
+ # dedupe-check:
44
+ # runs-on: ubuntu-latest
45
+ # if: github.event.pull_request.head.ref == 'next'
46
+ # steps:
47
+ # - name: Checkout repository
48
+ # uses: actions/checkout@v2
49
49
50
- - name : Install pnpm
51
- run :
npm install -g [email protected]
50
+ # - name: Install pnpm
51
+ # run: npm install -g [email protected]
52
52
53
- - name : Run pnpm dedupe
54
- run : pnpm dedupe
53
+ # - name: Run pnpm dedupe
54
+ # run: pnpm dedupe
55
55
56
- - name : Check for changes
57
- run : |
58
- if ! git diff --exit-code --quiet pnpm-lock.yaml; then
59
- echo "pnpm dedupe introduced changes:"
60
- git diff --color=always pnpm-lock.yaml
61
- exit 1
62
- else
63
- echo "No changes detected after pnpm dedupe in pnpm-lock.yaml"
64
- fi
56
+ # - name: Check for changes
57
+ # run: |
58
+ # if ! git diff --exit-code --quiet pnpm-lock.yaml; then
59
+ # echo "pnpm dedupe introduced changes:"
60
+ # git diff --color=always pnpm-lock.yaml
61
+ # exit 1
62
+ # else
63
+ # echo "No changes detected after pnpm dedupe in pnpm-lock.yaml"
64
+ # fi
You can’t perform that action at this time.
0 commit comments