File tree 2 files changed +6
-9
lines changed
2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ concurrency:
25
25
26
26
jobs :
27
27
lint-format-unit :
28
- name : linter, formatters and unit tests / ${{ matrix.os }}
28
+ name : build, linter, formatters and unit tests / ${{ matrix.os }}
29
29
runs-on : ${{ matrix.os }}
30
30
timeout-minutes : 40
31
31
strategy :
55
55
run : pnpm lint:check
56
56
57
57
- name : Run formatter
58
+ if : ${{ matrix.os!='windows-2022'}}
58
59
run : pnpm format:check
59
60
60
61
- name : Run unit tests
Original file line number Diff line number Diff line change 2
2
"formatter" : {
3
3
"indentStyle" : "space" ,
4
4
"lineWidth" : 120 ,
5
- "attributePosition" : "auto" ,
6
- "lineEnding" : "lf"
5
+ "attributePosition" : "auto"
7
6
} ,
8
7
"files" : {
9
8
"maxSize" : 1600000 ,
14
13
"arrowParentheses" : "asNeeded" ,
15
14
"bracketSameLine" : true ,
16
15
"attributePosition" : "auto" ,
17
- "quoteStyle" : "single" ,
18
- "lineEnding" : "lf"
16
+ "quoteStyle" : "single"
19
17
}
20
18
} ,
21
19
"json" : {
22
20
"formatter" : {
23
- "indentWidth" : 2 ,
24
- "lineEnding" : "lf"
21
+ "indentWidth" : 2
25
22
}
26
23
} ,
27
24
"css" : {
28
25
"formatter" : {
29
- "quoteStyle" : "single" ,
30
- "lineEnding" : "lf"
26
+ "quoteStyle" : "single"
31
27
}
32
28
} ,
33
29
"linter" : {
You can’t perform that action at this time.
0 commit comments