File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 3636 steps :
3737 - if : runner.os == 'Windows'
3838 run : git config --global core.longpaths true
39- shell : pwsh
4039
4140 - uses : actions/checkout@v4
4241 with :
@@ -52,23 +51,19 @@ jobs:
5251
5352 - name : Build
5453 run : npm run build
55- shell : pwsh
5654 working-directory : ./eng/tools/${{ inputs.package }}
5755
5856 - name : Lint
5957 run : npm run lint
6058 if : inputs.lint == true
61- shell : pwsh
6259 working-directory : ./eng/tools/${{ inputs.package }}
6360
6461 - name : Check Formatting
6562 run : npm run format:check:ci
66- shell : pwsh
6763 working-directory : ./eng/tools/${{ inputs.package }}
6864
6965 - name : Test
7066 run : npm run test:ci
71- shell : pwsh
7267 working-directory : ./eng/tools/${{ inputs.package }}
7368
7469 - name : Archive code coverage results
You can’t perform that action at this time.
0 commit comments