You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up a free CI pipeline for developers to use to ensure their code does not break existing code in the repo. This functionality used to be with Travis CI, but it is no longer free.
Acceptance Criteria
Automated CI that performs linting, building, and testing
Future
Implement NPM auditing, it seems a lot of our packages are out of date
Implement CD pipeline that was implemented in previous Travis CD pipeline (I currently do not have all the tokens to update the github pages, deploy images to CFB dockerhub repo, slack bot, etc.)