File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -140,10 +140,14 @@ jobs:
140140 node-version : " lts/*"
141141 cache : " yarn"
142142
143- - run : yarn --frozen-lockfile
144-
145- - name : Validate PR commits with commitlint
146- if : github.event_name == 'pull_request'
147- run : npx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose
143+ - run :
144+ " yarn -- [](https://github.com/webpack/webpack-cli/actions/workflows/nodejs.yml)"
145+
146+ - name :
147+ " Validate PR commits with commitlint"
148+ if :
149+ ' github.event_name == "pull_request"
150+ run:
151+ "npx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose
148152 env:
149- NODE_PATH : ${{ github.workspace }}/node_modules
153+ NODE_PATH: " ${{ github.workspace }}/node_modules","[](https://github.com/webpack/webpack-cli/actions/workflows/nodejs.yml)"
You can’t perform that action at this time.
0 commit comments