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 5353 run : |
5454 npm ci
5555 npm install -D eslint@${{matrix.eslint-version }}
56- - name : prettylint
57- run : npm run prettylint
56+ - name : prettier
57+ run : npm run prettier:check
5858 - name : typecheck
5959 run : npm run typecheck
6060 - name : test
7777 node-version : 12.x
7878 - name : install
7979 run : npm ci
80- - name : prettylint
81- run : npm run prettylint
80+ - name : prettier
81+ run : npm run prettier:check
8282 - name : typecheck
8383 run : npm run typecheck
8484 - name : test
Original file line number Diff line number Diff line change 2727
2828 - name : install
2929 run : npm ci
30- - name : prettylint
31- run : npm run prettylint
30+ - name : prettier
31+ run : npm run prettier:check
3232 - name : typecheck
3333 run : npm run typecheck
3434 - name : test
You can’t perform that action at this time.
0 commit comments