-
Notifications
You must be signed in to change notification settings - Fork 342
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
Add black and github workflow rework #1499
Add black and github workflow rework #1499
Conversation
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 57s |
.github/workflows/black.yml
Outdated
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.
The linters job in changelog_and linters.yml will take care of 'black' check if 'black' is added to tox.ini. I do not think a separate workflow is needed.
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.
black should be run against main only, so I removed black from top and re-added the workflow for black.
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.
tox might be the better option here. We can add it to main's tox and as long as we don't backport the tox update then we'll only apply this style change to 6.0.0 and later. (tox will run using the tox.ini from the branch being tested)
Merge Failed. This change or one of its cross-repo dependencies was unable to be automatically merged with the current state of its repository. Please rebase the change and upload a new patchset. |
f0af9b5
to
89c6763
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 17s |
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
Signed-off-by: Alina Buzachis <[email protected]>
89c6763
to
cc1708d
Compare
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.
Does tests.yml need to be removed? This looks like the unit/sanity tests are duplicated now
Signed-off-by: Alina Buzachis <[email protected]>
Yes, thanks! |
Signed-off-by: Alina Buzachis <[email protected]>
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 36s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 3m 59s |
Pull request merge failed: Resource not accessible by integration, You may need to manually rebase your PR and retry. |
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
Manually merged (.github/)
SUMMARY
Add black and github workflow rework
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION