File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 81
81
run : npm i
82
82
83
83
- name : Install webpack ${{ matrix.webpack-version }}
84
+ if : matrix.webpack-version != 'latest'
84
85
run : npm i webpack@${{ matrix.webpack-version }}
85
86
86
87
- name : Run tests for webpack version ${{ matrix.webpack-version }}
@@ -117,9 +118,6 @@ jobs:
117
118
- name : Install dependencies
118
119
run : npm i
119
120
120
- - name : Install webpack latest
121
- run : npm i webpack@latest
122
-
123
121
- name : Run tests for webpack version latest with experimentalUseImportModule
124
122
run : npm run test:coverage -- --ci
125
123
env :
Original file line number Diff line number Diff line change 1
1
module . exports = {
2
2
extends : [ "@commitlint/config-conventional" ] ,
3
+ rules : {
4
+ "header-max-length" : [ 0 ] ,
5
+ "body-max-line-length" : [ 0 ] ,
6
+ "footer-max-line-length" : [ 0 ] ,
7
+ } ,
3
8
} ;
You can’t perform that action at this time.
0 commit comments