Skip to content

Commit 67e702e

Browse files
committed
update
1 parent a9b9b9f commit 67e702e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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"
@@ -61,7 +61,7 @@ jobs:
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"

0 commit comments

Comments
 (0)