-
Notifications
You must be signed in to change notification settings - Fork 4
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
Improve CI #17
base: main
Are you sure you want to change the base?
Improve CI #17
Conversation
Thanks for this. There are a few bits I'd like from this.
I'm not sure about the increased complexity of the CI process. Given CI is so quick, both locally and on GH I don't see the value of making it more complex for this project. |
It controls exported files.
It controls all characters of the project.
Making every check a step in CI makes the UI very easy to read. |
Reducing my default CI now ... 🏃🏻♂️ |
As a follower of this repo: I appreciate the work but don't find that the enumeration of CI results in the UI adds anything. Maybe if it helps contributors... |
@DaveLiddament This is my default CI.
Problems.
Separate jobs and steps allow contributors to see where errors occur.
What are your thoughts?