2121 with :
2222 ref : ${{ github.event.pull_request.head.sha }}
2323 - uses : actions/setup-node@v2
24- -
run :
npx [email protected] --list-different . 24+ -
run :
npx [email protected] --check . 25+ markdownlint :
26+ runs-on : ubuntu-20.04
27+ steps :
28+ - uses : actions/checkout@v2
29+ with :
30+ ref : ${{ github.event.pull_request.head.sha }}
31+ - uses : actions/setup-node@v2
32+ - run : npx markdownlint-cli .
33+ editorconfig :
34+ runs-on : ubuntu-20.04
35+ steps :
36+ - uses : actions/checkout@v2
37+ with :
38+ ref : ${{ github.event.pull_request.head.sha }}
39+ - uses : DimensionDev/setup-editorconfig-action@latest
40+ - run : editorconfig-checker
2541 anti-trojan-source :
2642 runs-on : ubuntu-20.04
2743 steps :
@@ -38,11 +54,11 @@ jobs:
3854 ref : ${{ github.event.pull_request.head.sha }}
3955 - uses : pnpm/action-setup@v2
4056 with :
41- version : ' 6.23.1'
57+ version : " 6.23.1"
4258 - uses : actions/setup-node@v2
4359 with :
44- node-version : ' 16 '
45- cache : ' pnpm'
60+ node-version : " 16 "
61+ cache : " pnpm"
4662 - run : pnpm install
4763 - run : npx gulp locale-kit
4864 type-check-and-jest :
@@ -57,11 +73,11 @@ jobs:
5773 ref : ${{ github.event.pull_request.head.sha }}
5874 - uses : pnpm/action-setup@v2
5975 with :
60- version : ' 6.23.1'
76+ version : " 6.23.1"
6177 - uses : actions/setup-node@v2
6278 with :
63- node-version : ' 16 '
64- cache : ' pnpm'
79+ node-version : " 16 "
80+ cache : " pnpm"
6581 - run : pnpm install
6682 - run : npx gulp codegen
6783 - run : npx gulp polyfill
@@ -74,11 +90,11 @@ jobs:
7490 ref : ${{ github.event.pull_request.head.sha }}
7591 - uses : pnpm/action-setup@v2
7692 with :
77- version : ' 6.23.1'
93+ version : " 6.23.1"
7894 - uses : actions/setup-node@v2
7995 with :
80- node-version : ' 16 '
81- cache : ' pnpm'
96+ node-version : " 16 "
97+ cache : " pnpm"
8298 - run : pnpm install
8399 - run : pnpm run lint:ci
84100 - name : Upload eslint report
0 commit comments