-
Notifications
You must be signed in to change notification settings - Fork 3
feat: Add GitHub Actions workflow for PR linting, auditing, and testing #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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.