@@ -238,7 +238,7 @@ jobs:
238238 - Reference this issue in the "Related Issues" section of the PR body as "resolves #<ISSUE_NUMBER>".
239239 EOF
240240
241- . "$GITHUB_WORKSPACE/.github/workflows/scripts/create_sub_issue" \
241+ . "$GITHUB_WORKSPACE/.github/workflows/scripts/common/ create_sub_issue" \
242242 'Fix EditorConfig lint errors' \
243243 "$BODY_FILE" \
244244 "5156" \
@@ -312,7 +312,7 @@ jobs:
312312
313313 # Run the lint script:
314314 if [ -n "${files}" ]; then
315- "$GITHUB_WORKSPACE/.github/workflows/scripts/lint_javascript_files_error_log" ${files}
315+ "$GITHUB_WORKSPACE/.github/workflows/scripts/common/ lint_javascript_files_error_log" ${files}
316316 else
317317 echo "No JavaScript files to lint."
318318 fi
@@ -347,7 +347,7 @@ jobs:
347347 - Reference this issue in the "Related Issues" section of the PR body as "resolves #<ISSUE_NUMBER>".
348348 EOF
349349
350- . "$GITHUB_WORKSPACE/.github/workflows/scripts/create_sub_issue" \
350+ . "$GITHUB_WORKSPACE/.github/workflows/scripts/common/ create_sub_issue" \
351351 'Fix JavaScript lint errors' \
352352 "$BODY_FILE" \
353353 "5377" \
@@ -493,7 +493,7 @@ jobs:
493493 - Reference this issue in the "Related Issues" section of the PR body as "resolves #<ISSUE_NUMBER>".
494494 EOF
495495
496- . "$GITHUB_WORKSPACE/.github/workflows/scripts/create_sub_issue" \
496+ . "$GITHUB_WORKSPACE/.github/workflows/scripts/common/ create_sub_issue" \
497497 'Fix C lint errors' \
498498 "$BODY_FILE" \
499499 "3235" # Number of C lint error tracking issue
@@ -546,7 +546,7 @@ jobs:
546546 - Reference this issue in the "Related Issues" section of the PR body as "resolves #<ISSUE_NUMBER>".
547547 EOF
548548
549- . "$GITHUB_WORKSPACE/.github/workflows/scripts/create_sub_issue" \
549+ . "$GITHUB_WORKSPACE/.github/workflows/scripts/common/ create_sub_issue" \
550550 'Fix TypeScript declarations lint errors' \
551551 "$BODY_FILE" \
552552 "9110" \
0 commit comments