github-actions[bot] commented on PR #23987:
URL: https://github.com/apache/doris/pull/23987#issuecomment-1708052590

   #### `sh-checker report`
   
   To get the full details, please check in the 
[job]("https://github.com/apache/doris/actions/runs/6095671270";) output.
   
   <details>
   <summary>shellcheck errors</summary>
   
   ```
   'shellcheck ' found no issues.
   
   ```
   </details>
   
   <details>
   <summary>shfmt errors</summary>
   
   ```
   
   'shfmt ' returned error 1 finding the following formatting issues:
   
   ----------
   --- regression-test/pipeline/common/update-or-create-an-issue-comment.sh.orig
   +++ regression-test/pipeline/common/update-or-create-an-issue-comment.sh
   @@ -105,10 +105,10 @@
    }
    
    if [[ -z "$1" ]]; then
   -    usage  
   +    usage
    elif [[ "$1" == "update_or_create_issue_comment" ]]; then
        update_or_create_issue_comment "$2" "$3"
   -elif [[ "$1" == "create_issue_comment" ]];then
   +elif [[ "$1" == "create_issue_comment" ]]; then
        create_issue_comment "$2" "$3"
    else
        usage
   ----------
   
   You can reformat the above files to meet shfmt's requirements by typing:
   
     shfmt  -w filename
   
   
   ```
   </details>
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to