File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3333 run : |
3434 cd ./torch-xpu-ops
3535 lint_script=".github/scripts/lintrunner.sh"
36- ci_report="${{ github.workspace }}/.ci/templates/ci-report.txt"
36+ ci_report="${{ github.workspace }}/torch-xpu-ops/ .ci/templates/ci-report.txt"
3737 sed -i 's+GITHUB_REPOSITORY+${{ github.repository }}+;s+GITHUB_RUN_ID+${{ github.run_id }}+' ${ci_report}
3838 # Run lint check with proper error handling and reporting
3939 export ADDITIONAL_LINTRUNNER_ARGS="--skip CLANGTIDY,CLANGFORMAT,MERGE_CONFLICTLESS_CSV --all-files"
6161 export CLANG=1
6262 # Run lint check with proper error handling and reporting
6363 lint_script="third_party/torch-xpu-ops/.github/scripts/lintrunner.sh"
64- ci_report="${{ github.workspace }}/.ci/templates/ci-report.txt"
64+ ci_report="${{ github.workspace }}/torch-xpu-ops/ .ci/templates/ci-report.txt"
6565 if bash "$lint_script"; then
6666 sed -i 's+.*Clang Check.*+|**Clang Check**|✅|1|100%|N/A|N/A|+' "$ci_report"
6767 echo "Lint check: PASSED"
You can’t perform that action at this time.
0 commit comments