File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
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 8
8
9
9
[ ![ npm] [ npm ]] [ npm-url ]
10
10
[ ![ node] [ node ]] [ node-url ]
11
- [ ![ deps] [ deps ]] [ deps-url ]
12
11
[ ![ tests] [ tests ]] [ tests-url ]
13
12
[ ![ coverage] [ cover ]] [ cover-url ]
14
13
[ ![ chat] [ chat ]] [ chat-url ]
@@ -1195,8 +1194,6 @@ Please take a moment to read our contributing guidelines if you haven't yet done
1195
1194
[ npm-url ] : https://npmjs.com/package/mini-css-extract-plugin
1196
1195
[ node ] : https://img.shields.io/node/v/mini-css-extract-plugin.svg
1197
1196
[ node-url ] : https://nodejs.org
1198
- [ deps ] : https://david-dm.org/webpack-contrib/mini-css-extract-plugin.svg
1199
- [ deps-url ] : https://david-dm.org/webpack-contrib/mini-css-extract-plugin
1200
1197
[ tests ] : https://github.com/webpack-contrib/mini-css-extract-plugin/workflows/mini-css-extract-plugin/badge.svg
1201
1198
[ tests-url ] : https://github.com/webpack-contrib/mini-css-extract-plugin/actions
1202
1199
[ cover ] : https://codecov.io/gh/webpack-contrib/mini-css-extract-plugin/branch/master/graph/badge.svg
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