feat: Add GitHub Actions workflow for PR linting, auditing, and testing#18
feat: Add GitHub Actions workflow for PR linting, auditing, and testing#18aditya-nv-06 wants to merge 5 commits intobupd:mainfrom
Conversation
|
Thanks for your contribution @aditya-nv-06 |
|
Is it good to merge or any improvements in this code. |
|
It would be good if we can also fix the pipelines too. |
|
okay |
| } | ||
|
|
||
| func Search(args[]string) (string,error) { | ||
| searchTerm := args[0] |
Check warning
Code scanning / CodeQL
Useless assignment to local variable Warning
| return "", &Error{Messafe: "Failed to open git repository"} | ||
| } | ||
| } | ||
| if err:= &Error{Messafe: "Not implemented"}; err != nil { |
Check warning
Code scanning / CodeQL
Unreachable statement Warning
| return "", &Error{Messafe: "Failed to open git repository"} | ||
| } | ||
| } | ||
| if err:= &Error{Messafe: "Not implemented"}; err != nil { |
Check warning
Code scanning / CodeQL
Unreachable statement Warning
| return "", &Error{Messafe: "Failed to open git repository"} | ||
| } | ||
| } | ||
| if err:= &Error{Messafe: "Not implemented"}; err != nil { |
Check warning
Code scanning / CodeQL
Unreachable statement Warning
| return "", &Error{Messafe: "Failed to open git repository"} | ||
| } | ||
| } | ||
| if err:= &Error{Messafe: "Not implemented"}; err != nil { |
Check warning
Code scanning / CodeQL
Expression has no effect Warning
| if err:= &Error{Messafe: "Not implemented"}; err != nil { | ||
| return "", err | ||
| } |
Check warning
Code scanning / CodeQL
Expression has no effect Warning
No description provided.