-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Simplify CI setup #320
Simplify CI setup #320
Conversation
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.
Should update the README.md
as well..
Looks like there's still two "Test in Chrome locally" sections. Probably best to either combine the commands into one section like you did (though maybe add CI stuff looks good! I think the scripts are much more streamlined now. |
@chrissantamaria Thanks! Fixed. |
This should be ready for a re-review. |
f5b2ba7
to
aac24bc
Compare
Would love to land this since it's just an internal chore. Please re-review! |
There's currently a lot of indirection in our dev/Ci setup (built up over time). This PR aims to split tasks into easier to understand groupings, separate concerns, and make our scripts more self-explanatory/explicit. I also split out linting from formatting, because, after nearly 5 years of working on linters, I think formatting should be a separate concern.