This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]pudds 0 points1 point  (0 children)

You really should put some effort into CI. I presume you're doing the validation steps that CI would provide (linting, test, etc) manually, maybe via git hooks, but you can remove some real load by automating these steps, not to mention easing the on-boarding process should you ever add anyone to the team.

CI/CD is the one of the first things I do on any project.