Quests by Wilco and Circle CI
This quest will guide you through the process of using CircleCI to solve problems in your development workflow. CircleCI is a continuous integration and delivery platform that helps automate various tasks, such as building and testing code, to ensure it is always deployable. We will show you how to configure CircleCI to streamline your workflow and improve the quality of your code.
In this quest, a user will learn how to use CircleCI to lint our code in an automatic way. We will learn how to add a linting task to CircleCI to streamline their development process and ensure code adheres to established style guidelines.