-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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(ci): check for packages, change location of lint #9759
Conversation
Assuming the currently detected issue is valid and would be fixed. |
setup: | ||
runs-on: ubuntu-latest | ||
needs: check_lint |
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.
Isn’t this still a blocking step? The needs annotation should be on the smoke test job
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 reason for moving this was because David mentioned it was not a clean approach to add this to setup. This is technically not setup which made sense to me.
It is still blocking and is intended. As it is intended that if smoke test lint is not working we don't want to spend time building docker images at all. I am intentionally doing this as this is CI optimisation to ensure devs get fast feedback instead of waiting for 45 minutes to find out they missed a comma.
40ca212
to
263b975
Compare
263b975
to
9dc4b75
Compare
Checklist