File tree Expand file tree Collapse file tree 3 files changed +11
-0
lines changed
Expand file tree Collapse file tree 3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 66 - ' **/*.php'
77python :
88 - ' **/*.py'
9+ cpp :
10+ - ' **/*.cpp'
11+ - ' **/*.cxx'
12+ - ' **/*.cc'
13+ - ' **/*.cp'
914
1015' Type: Testing ' :
1116 - ' **/tests/*'
Original file line number Diff line number Diff line change 6363 echo "::set-env name=RUNNING::"
6464 fi
6565
66+ - name : Sort
67+ run : npx sort-package-json
68+ if : env.RUNNING
6669 - name : Get version
6770 uses : technote-space/get-next-version-action@v1
6871 with :
Original file line number Diff line number Diff line change 5757 if [[ ! -f package.json ]] || [[ $(< package.json jq -r '.version == null') == 'true' ]]; then
5858 echo "::set-env name=RUNNING2::"
5959 fi
60+ - name : Sort
61+ run : npx sort-package-json
62+ if : env.RUNNING2
6063 - name : Get version
6164 uses : technote-space/get-next-version-action@v1
6265 with :
You can’t perform that action at this time.
0 commit comments