-
Notifications
You must be signed in to change notification settings - Fork 30
fix(.github): adds github workflows for CLA Assistant, Greetings & Linting #48
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
Conversation
Signed-off-by: Jyotirmoy Roy <[email protected]>
…nting Signed-off-by: Jyotirmoy Roy <[email protected]>
|
8 similar comments
|
|
|
|
|
|
|
|
Nice Pr 😄. We currently support Unit Test Generation only for Go projects. |
2 similar comments
Nice Pr 😄. We currently support Unit Test Generation only for Go projects. |
Nice Pr 😄. We currently support Unit Test Generation only for Go projects. |
Description
I have added the github workflows for executing few github actions:
CLA.yml - It checks whether the contributor has signed the Contributor License Agreements
Greetings.yml - It welcomes the first time contributors
Lint.yml - It checks the linting on push and pull request on main branch and checks out the code from the repository. It checks the linting whether th commit message and PR is using "feat" for a new feature, "fix" for a bug fix, or "docs" for documentation changes.