File tree Expand file tree Collapse file tree 4 files changed +20
-399
lines changed Expand file tree Collapse file tree 4 files changed +20
-399
lines changed Original file line number Diff line number Diff line change 53
53
run : |
54
54
npm ci
55
55
npm install -D eslint@${{matrix.eslint-version }}
56
- - name : prettylint
57
- run : npm run prettylint
56
+ - name : prettier
57
+ run : npm run prettier:check
58
58
- name : typecheck
59
59
run : npm run typecheck
60
60
- name : test
77
77
node-version : 12.x
78
78
- name : install
79
79
run : npm ci
80
- - name : prettylint
81
- run : npm run prettylint
80
+ - name : prettier
81
+ run : npm run prettier:check
82
82
- name : typecheck
83
83
run : npm run typecheck
84
84
- name : test
Original file line number Diff line number Diff line change 27
27
28
28
- name : install
29
29
run : npm ci
30
- - name : prettylint
31
- run : npm run prettylint
30
+ - name : prettier
31
+ run : npm run prettier:check
32
32
- name : typecheck
33
33
run : npm run typecheck
34
34
- name : test
You can’t perform that action at this time.
0 commit comments