File tree Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Expand file tree Collapse file tree 2 files changed +16
-12
lines changed Original file line number Diff line number Diff line change 11name : ESLint
22on :
33 pull_request :
4- branches : [ main ]
4+ branches : [main]
55jobs :
66 eslint :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
10- - name : Install modules
11- run : yarn
12- - name : Run ESLint
13- run : yarn check-style
9+ - uses : actions/checkout@v2
10+ - name : Enable corepack
11+ run : corepack enable
12+ - name : Install modules
13+ run : yarn
14+ - name : Run ESLint
15+ run : yarn check-style
Original file line number Diff line number Diff line change 11name : TypeCheck
22on :
33 pull_request :
4- branches : [ main ]
4+ branches : [main]
55jobs :
66 TypeScriptCompiler :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
10- - name : Install modules
11- run : yarn
12- - name : Run TypeScriptCompiler
13- run : yarn check-types
9+ - uses : actions/checkout@v2
10+ - name : Enable corepack
11+ run : corepack enable
12+ - name : Install modules
13+ run : yarn
14+ - name : Run TypeScriptCompiler
15+ run : yarn check-types
You can’t perform that action at this time.
0 commit comments