-
Notifications
You must be signed in to change notification settings - Fork 36
Add Sourcery CI workflow #948
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
Reviewer's GuideIntroduces a new GitHub Actions workflow to run Sourcery code reviews on pull requests by checking out the code, setting up Python 3.11, installing Sourcery via pip, and executing a review on the 'tools' directory. File-Level Changes
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
afbc7c9 to
99a8707
Compare
Signed-off-by: Artiom Divak <[email protected]>
99a8707 to
36c2ec7
Compare
|
@sourcery-ai review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Please take a look here https://github.com/containers/qm/actions/runs/19296341436/job/55179130811?pr=948 There are output and ideas to fix |
|
|
||
| - name: Run Sourcery review | ||
| run: | | ||
| sourcery review tools No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to scan only tools? directory
Summary by Sourcery
Add a new GitHub Actions workflow to run Sourcery code reviews on pull requests.
CI: