# Lecture
Important Point
⭐️
If you have not done so already, please go over the side tutorials.. These tutorials will will ensure you are up-to-speed with the technologies we will be using for the practicals.
This week, we will complete the static analysis rung of the CI pipeline. In doing so, we'll add code formatting to the room-checking sample application. Further, we'll put in place checks to ensure that code that does not comply with our linting and formatting rules does not end up in our codebase.
Throughout this week, we will be addressing the following questions:
- How can we ensure that a team follows a consistent coding standard?
- How can we enforce these standards?
- How can we integrate these standards into our CI/CD pipeline?
- How can I deploy my web applications?
Please watch the lecture before the session: