chore: Move jobs from lint.yml to style.yml#14922
Conversation
Reviewer's Guide by SourceryThis pull request consolidates the GitHub Actions workflow jobs from No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey @msugakov - I've reviewed your changes - here's some feedback:
Overall Comments:
- Consider whether the jobs being moved should be reordered in the destination file.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟡 Security: 1 issue found
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
1ba7a00 to
27bf10a
Compare
|
Images are ready for the commit at c8470bb. To use with deploy scripts, first |
|
Images are ready for the commit at 27bf10a. To use with deploy scripts, first |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #14922 +/- ##
==========================================
- Coverage 48.96% 48.96% -0.01%
==========================================
Files 2550 2550
Lines 187230 187230
==========================================
- Hits 91679 91677 -2
- Misses 88300 88302 +2
Partials 7251 7251
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Only used copy and paste, no other changes.
so that we can be sure the content remains the same I've seen in case of repo takeover. This change was suggested by sourcery-ai.
27bf10a to
c8470bb
Compare
|
|
I understand. And I think renaming after this would be overkill. |
Description
While looking into #14827, I felt that I don't understand the reason why
lint.ymlis separate fromstyle.ymland so in this PR I unify the two.Unfortunately, the line history in
lint.ymlwill likely be lost so here I reference its version before I touched it: https://github.com/stackrox/stackrox/blob/8dcfbe3cf20bf7b8730121db97663bd83a091156/.github/workflows/lint.ymlUser-facing documentation
Testing and quality
Automated testing
No change.
How I validated my change
Looked into CI output.
Summary by Sourcery
Consolidate GitHub Actions workflow jobs from
lint.ymlintostyle.ymlCI:
Chores:
lint.ymlworkflow file and integrate its jobs intostyle.yml