Skip to content
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

feat: introduce linter to run on PR builds #333

Merged

Conversation

patrickpichler
Copy link
Contributor

Closes #330

πŸ“‘ Description

In order to catch a variaty of small and quick to happen mistakes, there is now an additional action in place which runs a linter on the PR content.

βœ… Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

β„Ή Additional Information

@patrickpichler patrickpichler requested review from a team as code owners April 25, 2023 10:38
In order to catch a variaty of small and quick to happen mistakes, there
is now an additional action in place which runs a linter on the PR
content.

fixes k8sgpt-ai#330

Signed-off-by: Patrick Pichler <git@patrickpichler.dev>
@harshit-mehtaa
Copy link
Contributor

/lgtm

@AlexsJones AlexsJones merged commit 252c734 into k8sgpt-ai:main Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

feature: Add linter to PR build pipeline
3 participants