File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 77 type : string
88jobs :
99 lint :
10+ defaults :
11+ run :
12+ working-directory : ${{ inputs.working-directory }}
1013 runs-on : ubuntu-latest
1114 steps :
1215 - uses : actions/checkout@v4
1316 - run : npm i
1417 - run : npm run lint
1518
1619 typecheck :
20+ defaults :
21+ run :
22+ working-directory : ${{ inputs.working-directory }}
1723 runs-on : ubuntu-latest
1824 steps :
1925 - uses : actions/checkout@v4
2026 - run : npm i
2127 - run : tsc
2228
2329 test :
30+ defaults :
31+ run :
32+ working-directory : ${{ inputs.working-directory }}
2433 runs-on : ubuntu-latest
2534 steps :
2635 - uses : actions/checkout@v4
2736 - run : npm i
2837 - run : npm run coverage
2938
3039 buildcheck :
40+ defaults :
41+ run :
42+ working-directory : ${{ inputs.working-directory }}
3143 runs-on : ubuntu-latest
3244 steps :
3345 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments